Class | RbVmomi::NewDeserializer |
In: |
lib/rbvmomi/deserialization.rb
|
Parent: | Object |
NS_XSI | = | 'http://www.w3.org/2001/XMLSchema-instance' |
DEMANGLED_ARRAY_TYPES | = | { 'AnyType' => 'xsd:anyType', 'DateTime' => 'xsd:dateTime', } |
BUILTIN_TYPE_ACTIONS | = | { 'xsd:string' => :string, 'xsd:boolean' => :boolean, 'xsd:byte' => :int, 'xsd:short' => :int, 'xsd:int' => :int, 'xsd:long' => :int, 'xsd:float' => :float, 'xsd:dateTime' => :date, 'PropertyPath' => :string, 'MethodName' => :string, 'TypeName' => :string, 'xsd:base64Binary' => :binary, 'KeyValue' => :keyvalue, } |