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()
  • Constructor Details

    • Marshalling

      public Marshalling()
  • Method Details

    • toXMLRPC

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