Package net.troja.eve.esi.model
Class StationResponse.ServicesEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<StationResponse.ServicesEnum>
-
- net.troja.eve.esi.model.StationResponse.ServicesEnum.Adapter
-
- Enclosing class:
- StationResponse.ServicesEnum
public static class StationResponse.ServicesEnum.Adapter extends com.google.gson.TypeAdapter<StationResponse.ServicesEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StationResponse.ServicesEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, StationResponse.ServicesEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, StationResponse.ServicesEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<StationResponse.ServicesEnum>- Throws:
IOException
-
read
public StationResponse.ServicesEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<StationResponse.ServicesEnum>- Throws:
IOException
-
-