public static class Destination.KindEnum.Adapter extends com.google.gson.TypeAdapter<Destination.KindEnum>
Constructor | Description |
---|---|
Adapter() |
Modifier and Type | Method | Description |
---|---|---|
Destination.KindEnum |
read(com.google.gson.stream.JsonReader jsonReader) |
|
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
Destination.KindEnum enumeration) |
public void write(com.google.gson.stream.JsonWriter jsonWriter, Destination.KindEnum enumeration) throws java.io.IOException
write
in class com.google.gson.TypeAdapter<Destination.KindEnum>
java.io.IOException
public Destination.KindEnum read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
read
in class com.google.gson.TypeAdapter<Destination.KindEnum>
java.io.IOException