|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISimpleXmlWrapper<T>
A wrapper around a type to be serialized by Simple XML. The actual implementation
should define the appropriate fields with SimpleXML annotations, possibly also the
Persist and Commit methods, that will allow full serialization and
deserialization of the type.
| Method Summary | |
|---|---|
T |
getValue()
Returns the value represented by this wrapper. |
void |
setValue(T value)
Sets value to be wrapped by this wrapper. |
| Method Detail |
|---|
T getValue()
void setValue(T value)
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||