public abstract class MapConverter extends Object
| Constructor and Description |
|---|
MapConverter() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
deserialize(JsonReader reader) |
static ArrayList<Map<String,String>> |
deserializeCollection(JsonReader reader) |
static void |
deserializeCollection(JsonReader reader,
Collection<Map<String,String>> res) |
static ArrayList<Map<String,String>> |
deserializeNullableCollection(JsonReader reader) |
static void |
deserializeNullableCollection(JsonReader reader,
Collection<Map<String,String>> res) |
static void |
serialize(Map<String,String> value,
JsonWriter sw) |
static void |
serializeNullable(Map<String,String> value,
JsonWriter sw) |
public static void serializeNullable(@Nullable Map<String,String> value, JsonWriter sw)
public static void serialize(Map<String,String> value, JsonWriter sw)
public static Map<String,String> deserialize(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<Map<String,String>> deserializeCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeCollection(JsonReader reader, Collection<Map<String,String>> res) throws IOException
IOExceptionpublic static ArrayList<Map<String,String>> deserializeNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeNullableCollection(JsonReader reader, Collection<Map<String,String>> res) throws IOException
IOExceptionCopyright © 2023. All rights reserved.