public interface DataSerializable
DataContainer
.
DataContainers received from toContainer()
should be considered to be copies of the original data, and therefor,
thread safe.
Modifier and Type | Method and Description |
---|---|
DataContainer |
toContainer()
Serializes this object into a comprehensible
DataContainer . |
DataContainer toContainer()
DataContainer
.