public static class AccountBalance.CurrencyEnum.Adapter extends com.google.gson.TypeAdapter<AccountBalance.CurrencyEnum>
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
AccountBalance.CurrencyEnum |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
AccountBalance.CurrencyEnum enumeration) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
AccountBalance.CurrencyEnum enumeration)
throws IOException
write in class com.google.gson.TypeAdapter<AccountBalance.CurrencyEnum>IOExceptionpublic AccountBalance.CurrencyEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read in class com.google.gson.TypeAdapter<AccountBalance.CurrencyEnum>IOExceptionCopyright © 2023. All rights reserved.