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