public class MapBackedSerializer extends DelegatingMap<String,Object> implements MapSerializer
| Constructor and Description |
|---|
MapBackedSerializer(Map<String,Object> map) |
| Modifier and Type | Method and Description |
|---|---|
static MapBackedSerializer |
hash() |
static MapBackedSerializer |
linked() |
Map<String,Object> |
toMap()
Convert the object to a Map of property name, value pairs.
|
static MapBackedSerializer |
tree() |
public static MapBackedSerializer hash()
public static MapBackedSerializer linked()
public static MapBackedSerializer tree()
public Map<String,Object> toMap()
MapSerializerConvert the object to a Map of property name, value pairs. The values can be one of the following supported types. Other values should be converted to one of these values.
toMap in interface MapSerializerCopyright © 2015 Revolution Systems Inc.. All rights reserved.