public class JsonObjectGsonSerializer extends Object implements com.google.gson.JsonSerializer<IJsonObjectWrapper>, com.google.gson.JsonDeserializer<IJsonObjectWrapper>
| Constructor and Description |
|---|
JsonObjectGsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
IJsonObjectWrapper |
deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
com.google.gson.JsonElement |
serialize(IJsonObjectWrapper jsonObjectWrapper,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
public com.google.gson.JsonElement serialize(IJsonObjectWrapper jsonObjectWrapper, Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)
serialize in interface com.google.gson.JsonSerializer<IJsonObjectWrapper>public IJsonObjectWrapper 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<IJsonObjectWrapper>com.google.gson.JsonParseExceptionCopyright © 2022. All rights reserved.