MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemConverter.Serialize Method
See Also
 





JavaScriptSerializer.Serialize override. Builds a dictionary of name/value pairs.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override IDictionary<string, Object> Serialize (
    Object obj,
    JavaScriptSerializer serializer
)

Visual Basic  Copy Code

Public Overrides Function Serialize( _
    obj As Object, _
    serializer As JavaScriptSerializer _
) As IDictionary(Of String, Object)

 Parameters

obj

Type: Object
The item to serialize.

serializer

Type: JavaScriptSerializer
The object that is responsible for the serialization.

 Return Value

Type: IDictionary(String, Object)
An object that contains key/value pairs that represent the object’s data.

 See Also

ItemConverter Members
ItemConverter Class
MindFusion.Scheduling.WebForms Namespace