Table of Contents

Interface IMessagePackSerializationCallbacks

Namespace
Nerdbank.MessagePack
Assembly
Nerdbank.MessagePack.dll

An interface that may be implemented to receive callbacks before serialization and after deserialization.

public interface IMessagePackSerializationCallbacks

Methods

OnAfterDeserialize()

Performs any additional operations on an object after it has been deserialized.

void OnAfterDeserialize()

OnBeforeSerialize()

Performs any additional operations on an object before it is serialized.

void OnBeforeSerialize()