JavaScriptSerializer.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 item to serialize.
Type: JavaScriptSerializer
The object that is responsible for the serialization.
Type: IDictionary(String, Object)
An object that contains key/value pairs that represent the object’s data.