Class ChronicleContext
- Namespace
- Chronicler
- Assembly
- Chronicler.dll
Carries session-scoped serialization services such as stable link resolution.
public sealed class ChronicleContext
- Inheritance
-
ChronicleContext
- Inherited Members
Constructors
ChronicleContext()
Creates a new context with an empty link registry.
public ChronicleContext()
Properties
Links
Gets the registry used to save and load stable links to external or runtime-owned objects.
public ChronicleLinkRegistry Links { get; }
Property Value
Methods
ResolveDeferredLinks()
Attempts to resolve all deferred links queued during loading.
public void ResolveDeferredLinks()