[This is preliminary documentation and is subject to change.]
Context information for a (de-)serialization. Provides access to the enclosing
session and helps to avoid infinite recursion.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface SerializeContext
Public Interface SerializeContext
public interface class SerializeContext
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
materialized(Guid) |
Query to see if an object has already been read from the storage during the
current deserialization.
| |
materialized(Guid, Object) |
Register an object as read from the storage.
| |
serialized(Object) |
Query to see if an instance has already been processed by a serialization.
| |
serialized(MetaObject) |
Register a meta object and its associated object as already processed by
a serialization.
| |
session |
Access to the enclosing session.
|