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