Package model
Class Currency.Adapter
java.lang.Object
com.google.gson.TypeAdapter<Currency>
model.Currency.Adapter
- Enclosing class:
Currency
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
Adapter
public Adapter()
-
-
Method Details
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, Currency enumeration) throws IOException - Specified by:
writein classcom.google.gson.TypeAdapter<Currency>- Throws:
IOException
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<Currency>- Throws:
IOException
-