public abstract class ReadOnlyAdapter<OnTheWire,InMemory> extends javax.xml.bind.annotation.adapters.XmlAdapter<OnTheWire,InMemory>
XmlAdapter
ReadOnlyAdapter()
OnTheWire
marshal(InMemory onTheWire)
unmarshal
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ReadOnlyAdapter()
public final OnTheWire marshal(InMemory onTheWire)
marshal
javax.xml.bind.annotation.adapters.XmlAdapter<OnTheWire,InMemory>