Click or drag to resize

SerializationCallback Delegate

Namespace:  Newtonsoft.Json.Serialization
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate void SerializationCallback(
	Object o,
	StreamingContext context
)

Parameters

o
Type: SystemObject
context
Type: System.Runtime.SerializationStreamingContext
See Also