public class MapAdapter extends XmlAdapter<String,Map<String,Object>>
MapAdapter()
String
marshal(Map<String,Object> oi)
Map<String,Object>
unmarshal(String oi)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapAdapter()
public String marshal(Map<String,Object> oi) throws Exception
marshal
XmlAdapter<String,Map<String,Object>>
Exception
public Map<String,Object> unmarshal(String oi) throws Exception
unmarshal
Copyright © 2016. All Rights Reserved.