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