public class INetworkStatusListenerWarningAdapter extends java.lang.Object implements com.google.gson.JsonDeserializer<INetworkStatusListenerWarning>, com.google.gson.JsonSerializer<INetworkStatusListenerWarning>
| Constructor and Description |
|---|
INetworkStatusListenerWarningAdapter() |
| Modifier and Type | Method and Description |
|---|---|
INetworkStatusListenerWarning |
deserialize(com.google.gson.JsonElement json,
java.lang.reflect.Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(INetworkStatusListenerWarning src,
java.lang.reflect.Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public INetworkStatusListenerWarningAdapter()
public INetworkStatusListenerWarning 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<INetworkStatusListenerWarning>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(INetworkStatusListenerWarning src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<INetworkStatusListenerWarning>