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