org.gcube.data.analysis.tabulardata.operation.invocation.adapter
Class MapAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Map<String,Object>>
org.gcube.data.analysis.tabulardata.operation.invocation.adapter.MapAdapter
public class MapAdapter
- extends XmlAdapter<String,Map<String,Object>>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapAdapter
public MapAdapter()
marshal
public String marshal(Map<String,Object> oi)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,Map<String,Object>>
- Throws:
Exception
unmarshal
public Map<String,Object> unmarshal(String oi)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,Map<String,Object>>
- Throws:
Exception
Copyright © 2013. All Rights Reserved.