public static class GsonUtility.InterfaceGsonTypeAdapter extends java.lang.Object implements com.google.gson.JsonSerializer<Interface>, com.google.gson.JsonDeserializer<Interface>
Constructor and Description |
---|
GsonUtility.InterfaceGsonTypeAdapter() |
Modifier and Type | Method and Description |
---|---|
Interface |
deserialize(com.google.gson.JsonElement json,
java.lang.reflect.Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(Interface intf,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public GsonUtility.InterfaceGsonTypeAdapter()
public com.google.gson.JsonElement serialize(Interface intf, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize
in interface com.google.gson.JsonSerializer<Interface>
public Interface deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize
in interface com.google.gson.JsonDeserializer<Interface>
com.google.gson.JsonParseException