JavaScriptConverter.Serialize override. Builds a dictionary of name/value pairs.
Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public override IDictionary<string, Object> Serialize ( |
Visual Basic
![]() |
---|
Public Overrides Function Serialize( _ |
Type: Object
The object to serialize.
Type: JavaScriptSerializer
The object that is responsible for the serialization.
Type: IDictionary<String, Object>
An IDictionary<string,Object> list that contains key/value pairs that represent the object’s data.