public class MapJsonSerializer extends Object
Constructor and Description |
---|
MapJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
deserialize(String json) |
String |
serialize(Map<String,Object> attributeMap) |
public String serialize(Map<String,Object> attributeMap) throws IOException
IOException
public Map<String,Object> deserialize(String json) throws IOException
IOException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.