|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo.app.serial.SerialUtil
public class SerialUtil
Serialization utilities.
| Constructor Summary | |
|---|---|
SerialUtil()
|
|
| Method Summary | |
|---|---|
static void |
toXml(Context context,
java.lang.Class objectClass,
org.w3c.dom.Element parentElement,
java.lang.String propertyName,
java.lang.Object propertyValue)
Translates an arbitrary property to XML. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SerialUtil()
| Method Detail |
|---|
public static void toXml(Context context,
java.lang.Class objectClass,
org.w3c.dom.Element parentElement,
java.lang.String propertyName,
java.lang.Object propertyValue)
throws SerialException
parentElement.
context - the relevant Context (must provide a SerialContext
and a PropertyPeerFactory)objectClass - the class on which the property is set.parentElement - the XML element to which the property value's XML
representation will be added as a childpropertyName - the name of the propertypropertyValue - the value of the property
SerialException
|
NextApp Echo3 v3.0.rc1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||