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