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