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