net.anotheria.moskito.central
Class HashMapAdapter<K,V>
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<HashMapAdapter.MyMapType<K,V>,HashMap<K,V>>
net.anotheria.moskito.central.HashMapAdapter<K,V>
- Type Parameters:
K - V -
- Direct Known Subclasses:
- Snapshot.MapAdapter
public class HashMapAdapter<K,V>
- extends XmlAdapter<HashMapAdapter.MyMapType<K,V>,HashMap<K,V>>
- Author:
- dagafonov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashMapAdapter
public HashMapAdapter()
- Default construcotr.
marshal
public HashMapAdapter.MyMapType<K,V> marshal(HashMap<K,V> arg0)
- Specified by:
marshal in class XmlAdapter<HashMapAdapter.MyMapType<K,V>,HashMap<K,V>>
unmarshal
public HashMap<K,V> unmarshal(HashMapAdapter.MyMapType<K,V> arg0)
- Specified by:
unmarshal in class XmlAdapter<HashMapAdapter.MyMapType<K,V>,HashMap<K,V>>
Copyright © 2010-2013 anotheria.net. All Rights Reserved.