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