com.xensource.xenapi
Class Marshalling

java.lang.Object
  extended by 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()


Constructor Summary
Marshalling()
           
 
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
 

Constructor Detail

Marshalling

public Marshalling()
Method Detail

toXMLRPC

public static Object toXMLRPC(Object o)
Converts Integers to Strings and Sets to Lists recursively.