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