SimpleORM.NET
SerializeContext Interface
NamespacesSorm.InterfacesSerializeContext

[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 BasicVisual C++
public interface SerializeContext
Public Interface SerializeContext
public interface class SerializeContext
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068