public class InterfaceAdapter<T> extends Object implements com.google.gson.JsonSerializer<T>, com.google.gson.JsonDeserializer<T>
| Constructor and Description |
|---|
InterfaceAdapter() |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(com.google.gson.JsonElement elem,
Type interfaceType,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(T object,
Type interfaceType,
com.google.gson.JsonSerializationContext context) |
Copyright © 2020. All rights reserved.