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