public class CellModelAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<CellModelAdapted,CellModel>
Constructor and Description |
---|
CellModelAdapter() |
Modifier and Type | Method and Description |
---|---|
CellModelAdapted |
marshal(CellModel model)
Method used by JAXB to deserialize a cell model into an adapted cell
model.
|
CellModel |
unmarshal(CellModelAdapted adaptedModel)
Method used by JAXB to import and serialize a cell model.
|
public CellModel unmarshal(CellModelAdapted adaptedModel)
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<CellModelAdapted,CellModel>
adaptedModel
- adapted model that is to be serialized into a cell modelpublic CellModelAdapted marshal(CellModel model)
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<CellModelAdapted,CellModel>
model
- cell model that is to be deserialized