JsonGenerator delegate

A delegate representing a method that encapsulates the JavaScript Object Notation (JSON) generation of a particular entity.

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

Syntax

'Declaration
Public Delegate Function JsonGenerator ( _
    s As Serializer _
) As String
'Usage
Dim instance As New JsonGenerator(AddressOf HandlerMethod)
public delegate string JsonGenerator(
    Serializer s
)

Parameters

Return value

Type: System.String
The generated JSON string.

See also

Reference

Microsoft.SharePoint.JsonUtilities namespace