|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xensource.xenapi.Marshalling
public final class Marshalling
Marshalls Java types onto the wire. Does not cope with records. Use individual record.toMap()
Constructor Summary | |
---|---|
Marshalling()
|
Method Summary | |
---|---|
static java.lang.Object |
toXMLRPC(java.lang.Object o)
Converts Integers to Strings and Sets to Lists recursively. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Marshalling()
Method Detail |
---|
public static java.lang.Object toXMLRPC(java.lang.Object o)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |