com.xensource.xenapi
Class Marshalling
java.lang.Object
com.xensource.xenapi.Marshalling
public final class Marshalling
- extends Object
Marshalls Java types onto the wire.
Does not cope with records. Use individual record.toMap()
Method Summary |
static Object |
toXMLRPC(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 |
Marshalling
public Marshalling()
toXMLRPC
public static Object toXMLRPC(Object o)
- Converts Integers to Strings
and Sets to Lists recursively.