[This is preliminary documentation and is subject to change.]
Information passed to the Serializer instances during the deserialization
process.

C# | Visual Basic | Visual C++ |
public interface MaterializeInfo
Public Interface MaterializeInfo
public interface class MaterializeInfo

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | data |
The available object data.
|
![]() | depth |
The activation depth.
|
![]() | field_schema |
The field descriptor if this type is a member.
|
![]() | index |
If > -1 this index points to a specific instance within the object data.
|
![]() | item |
The instance in its current state.
|
![]() | type_schema |
The type descriptor available.
|
![]() | uid |
If not empty, this is the id for the instance.
|