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