Table of Contents

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

Gets the registry used to save and load stable links to external or runtime-owned objects.

public ChronicleLinkRegistry Links { get; }

Property Value

ChronicleLinkRegistry

Methods

Attempts to resolve all deferred links queued during loading.

public void ResolveDeferredLinks()