Noemax.Newtonsoft.Json.Serialization Namespace : SerializationCallback Delegate |
'Declaration Public Delegate Sub SerializationCallback( _ ByVal o As System.Object, _ ByVal context As System.Runtime.Serialization.StreamingContext _ )
'Usage Dim instance As New SerializationCallback(AddressOf HandlerMethod)
public delegate void SerializationCallback( System.object o, System.Runtime.Serialization.StreamingContext context )
public delegate SerializationCallback( o: System.TObject; context: System.Runtime.Serialization.StreamingContext );
public delegate SerializationCallback( o : System.Object, context : System.Runtime.Serialization.StreamingContext )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2