ObjectSerializer Class

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Static class used to serialize/deserialize JSON objects to .NET objects.
Inheritance Hierarchy

SystemObject
  ArtOfTest.WebAii.SilverlightObjectSerializer

Namespace:  ArtOfTest.WebAii.Silverlight
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public static class ObjectSerializer

The ObjectSerializer type exposes the following members.

Methods

  NameDescription
Public methodStatic memberDeserialize
Deserializes the JSON string into a .NET object.
Public methodStatic memberSerialize
Serializes a .NET object into a JSON.
Top
See Also

Reference