public interface MapSerializer
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
deserialize(String data)
Restores a map that has been converted into a string using
serialize(Map) |
String |
serialize(Map<String,String> map)
Converts the given map to a string representation that can be used to restore the map using
deserialize(String). |
String serialize(Map<String,String> map)
deserialize(String).Map<String,String> deserialize(String data)
serialize(Map)Copyright © 2018. All Rights Reserved.