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