org.gcube.accounting.datamodel.adapter
Class ObjectAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Object,Object>
      extended by org.gcube.accounting.datamodel.adapter.ObjectAdapter

public class ObjectAdapter
extends XmlAdapter<Object,Object>


Constructor Summary
ObjectAdapter()
           
 
Method Summary
 Object marshal(Object v)
           
 Object unmarshal(Object v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectAdapter

public ObjectAdapter()
Method Detail

unmarshal

public Object unmarshal(Object v)
Specified by:
unmarshal in class XmlAdapter<Object,Object>

marshal

public Object marshal(Object v)
Specified by:
marshal in class XmlAdapter<Object,Object>


Copyright © 2013. All Rights Reserved.