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