WCF-Xtensions Class Reference for Mono
SerializationCallback Delegate






The object that raised the callback event.
The streaming context.
Handles Noemax.Newtonsoft.Json.JsonSerializer serialization callback events.
Syntax
'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
)
public: __gc __delegate void SerializationCallback( 
   System.Object* o,
   System.Runtime.Serialization.StreamingContext context
)
public delegate void SerializationCallback( 
   System.Object^ o,
   System.Runtime.Serialization.StreamingContext context
)

Parameters

o
The object that raised the callback event.
context
The streaming context.
Requirements

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

See Also

Reference

SerializationCallback Members
Noemax.Newtonsoft.Json.Serialization Namespace

Send Feedback