|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface XMLMapper
Interface to marshal/unmarshall java objects to/from xml. Use to hide the xml binding framework.
| Method Summary | |
|---|---|
Object |
deserialize(String xml)
Deserialize a xml string to an java object |
String |
serialize(Object obj)
Serialize an object to xml string |
| Method Detail |
|---|
String serialize(Object obj)
obj - the object to serialize
Object deserialize(String xml)
xml - to deserialize
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||