public abstract class ReadOnlyAdapter<OnTheWire,InMemory>
extends javax.xml.bind.annotation.adapters.XmlAdapter<OnTheWire,InMemory>
XmlAdapter used inside XJC is almost always unmarshal-only.| Constructor and Description |
|---|
ReadOnlyAdapter() |
| Modifier and Type | Method and Description |
|---|---|
OnTheWire |
marshal(InMemory onTheWire) |