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

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

All Members | Properties | ||||
Icon | Member | Description |
---|---|---|
![]() | depth |
Update depth tracking.
|
![]() | field |
The field descriptor for the instance if it is a member.
|
![]() | fields |
Name value pairs to be filled from the fields of the instance which
is to be serialized.
|
![]() | insert |
If true, the instance is not known to the storage and will be inserted.
Otherwise it will be updated in the persitence layer.
|
![]() | item |
The instance to be serialized.
|
![]() | meta |
The meta object for the instance.
|
![]() | owner |
Meta object for the enclosing item, if any.
|
![]() | type |
The type descriptor for the instance.
|
![]() | uid |
ID to be associeted with the instance.
|