com.google.gson.JsonDeserializer<Country>, com.google.gson.JsonSerializer<Country>public static class JsonAdapters.JsonCountryAdapter extends Object implements com.google.gson.JsonSerializer<Country>, com.google.gson.JsonDeserializer<Country>
| Constructor | Description |
|---|---|
JsonCountryAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
Country |
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
|
com.google.gson.JsonElement |
serialize(Country src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public Country deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<Country>com.google.gson.JsonParseExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.