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
chroniclerIChroniclerThe active chronicler pass.