public class XmlMapAdapter<K,V> extends javax.xml.bind.annotation.adapters.XmlAdapter<XmlMap<K,V>,java.util.Map<K,V>>
XmlMapAdapter()
XmlMap<K,V>
marshal(java.util.Map<K,V> map)
java.util.Map<K,V>
unmarshal(XmlMap<K,V> xmlmap)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public XmlMapAdapter()
public XmlMap<K,V> marshal(java.util.Map<K,V> map)
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<XmlMap<K,V>,java.util.Map<K,V>>
public java.util.Map<K,V> unmarshal(XmlMap<K,V> xmlmap)
unmarshal