Delegate SerializationErrorCallback
Handles Json
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. |
o | The object that raised the callback event. |
System. |
context | The streaming context. |
Error |
errorContext | The error context. |