public class JsonInterfaceAdapter<T> extends Object implements com.google.gson.JsonSerializer<T>, com.google.gson.JsonDeserializer<T>
| Constructor and Description |
|---|
JsonInterfaceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(com.google.gson.JsonElement jsonElement,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(T src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public T deserialize(com.google.gson.JsonElement jsonElement, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<T>com.google.gson.JsonParseExceptionCopyright © 2023 Notima System Integration AB. All rights reserved.