public class ProjectVersionRefSer extends Object implements com.google.gson.JsonSerializer<org.commonjava.maven.atlas.common.ref.ProjectVersionRef>, com.google.gson.JsonDeserializer<org.commonjava.maven.atlas.common.ref.ProjectVersionRef>
| Constructor and Description |
|---|
ProjectVersionRefSer() |
| Modifier and Type | Method and Description |
|---|---|
org.commonjava.maven.atlas.common.ref.ProjectVersionRef |
deserialize(com.google.gson.JsonElement src,
Type type,
com.google.gson.JsonDeserializationContext ctx) |
com.google.gson.JsonElement |
serialize(org.commonjava.maven.atlas.common.ref.ProjectVersionRef src,
Type type,
com.google.gson.JsonSerializationContext ctx) |
public org.commonjava.maven.atlas.common.ref.ProjectVersionRef deserialize(com.google.gson.JsonElement src,
Type type,
com.google.gson.JsonDeserializationContext ctx)
throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<org.commonjava.maven.atlas.common.ref.ProjectVersionRef>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(org.commonjava.maven.atlas.common.ref.ProjectVersionRef src,
Type type,
com.google.gson.JsonSerializationContext ctx)
serialize in interface com.google.gson.JsonSerializer<org.commonjava.maven.atlas.common.ref.ProjectVersionRef>Copyright © 2013. All Rights Reserved.