Click or drag to resize

SerializationErrorCallback Delegate

[Missing <summary> documentation for "T:Stimulsoft.Base.Json.Serialization.SerializationErrorCallback"]

Namespace:  Stimulsoft.Base.Json.Serialization
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public delegate void SerializationErrorCallback(
	Object o,
	StreamingContext context,
	ErrorContext errorContext
)

Parameters

o
Type: SystemObject
context
Type: System.Runtime.SerializationStreamingContext
errorContext
Type: Stimulsoft.Base.Json.SerializationErrorContext
See Also