다음을 통해 공유


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