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