Table of Contents

Interface IRecordable

Namespace
Chronicler
Assembly
Chronicler.dll

Defines a type that can record its serializable state through a chronicler pass.

public interface IRecordable

Methods

RecordData(IChronicler)

Records the current instance state to the provided chronicler.

void RecordData(IChronicler chronicler)

Parameters

chronicler IChronicler

The active chronicler pass.