public abstract class AbstractRelCollectionSer<T extends org.commonjava.maven.atlas.effective.EProjectRelationshipCollection> extends Object implements com.google.gson.JsonSerializer<T>, com.google.gson.JsonDeserializer<T>
| Constructor and Description |
|---|
AbstractRelCollectionSer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.commonjava.maven.atlas.effective.ref.EProjectKey |
deserializeKey(com.google.gson.JsonObject obj,
com.google.gson.JsonDeserializationContext ctx) |
protected List<org.commonjava.maven.atlas.effective.rel.ProjectRelationship<?>> |
deserializeRelationships(com.google.gson.JsonObject obj,
com.google.gson.JsonDeserializationContext ctx) |
protected void |
serializeKey(org.commonjava.maven.atlas.effective.ref.EProjectKey key,
com.google.gson.JsonObject obj,
com.google.gson.JsonSerializationContext ctx) |
protected com.google.gson.JsonArray |
serializeRelationships(T src,
com.google.gson.JsonObject obj,
com.google.gson.JsonSerializationContext ctx) |
protected final List<org.commonjava.maven.atlas.effective.rel.ProjectRelationship<?>> deserializeRelationships(com.google.gson.JsonObject obj, com.google.gson.JsonDeserializationContext ctx)
protected final org.commonjava.maven.atlas.effective.ref.EProjectKey deserializeKey(com.google.gson.JsonObject obj,
com.google.gson.JsonDeserializationContext ctx)
protected final void serializeKey(org.commonjava.maven.atlas.effective.ref.EProjectKey key,
com.google.gson.JsonObject obj,
com.google.gson.JsonSerializationContext ctx)
protected final com.google.gson.JsonArray serializeRelationships(T src, com.google.gson.JsonObject obj, com.google.gson.JsonSerializationContext ctx)
Copyright © 2013. All Rights Reserved.