@ParametersAreNonnullByDefault public class ClassPropertyBasedJsonSerializer extends Object implements com.google.gson.JsonSerializer<Object>, com.google.gson.JsonDeserializer<Object>
CLASS_META_KEY so that
Abstract types or interfaces can be marshalled.| Constructor and Description |
|---|
ClassPropertyBasedJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
com.google.gson.JsonElement |
serialize(Object object,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public Object deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<Object>com.google.gson.JsonParseExceptionCopyright © 2016 Atlassian. All rights reserved.