public interface ISimpleXmlWrapper<T>
Persist
and Commit
methods, that will allow full serialization and
deserialization of the type.Modifier and Type | Method and Description |
---|---|
T |
getValue()
Returns the value represented by this wrapper.
|
void |
setValue(T value)
Sets value to be wrapped by this wrapper.
|