Serializer class

Provides support to serialize objects to JavaScript Object Notation (JSON).

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.JsonUtilities.Serializer

Namespace:  Microsoft.SharePoint.JsonUtilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public NotInheritable Class Serializer
'Usage
Dim instance As Serializer
public sealed class Serializer

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

Serializer members

Microsoft.SharePoint.JsonUtilities namespace