deserializeStruct

Begin deserialization of a structured type. Use the returned FieldIterator to drive the deserialization process of the struct to completion.

NOTE: A FieldIterator MUST be driven to completion by calling FieldIterator.findNextFieldIndex until null is returned. All field values must be consumed either by deserializing appropriately or skipping the field with FieldIterator.skipValue.

Parameters

descriptor

SdkObjectDescriptor the structure descriptor