Serializer.Shared property

Gets a reference to a shared serializer object.

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

Syntax

'Declaration
Public Shared ReadOnly Property Shared As Serializer
    Get
'Usage
Dim value As Serializer

value = Serializer.Shared
public static Serializer Shared { get; }

Property value

Type: Microsoft.SharePoint.JsonUtilities.Serializer
A Serializer which is a reference to a shared instance of a serializer. If the serializer is not shared, a new instance is created with the default constructor.

See also

Reference

Serializer class

Serializer members

Microsoft.SharePoint.JsonUtilities namespace