Class RbVmomi::NewDeserializer
In: lib/rbvmomi/deserialization.rb
Parent: Object

Methods

Constants

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, }

Public Class methods

Public Instance methods

XXX does the value need to be deserialized?

[Validate]