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