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