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