Delegate SerializationCallback
Handles JsonSerializer serialization callback events.
Namespace: Bayat.Json.Serialization
Assembly: Bayat.Json.Runtime.dll
Syntax
public delegate void SerializationCallback(object o, StreamingContext context);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | o | The object that raised the callback event. |
| System.Runtime.Serialization.StreamingContext | context | The streaming context. |