JsonEncoder Delegate
SharePoint 2010
A delegate representing the method to encode an object into JavaScript Object Notation (JSON).
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Parameters
- s
- Type: Microsoft.SharePoint.JsonUtilities.Serializer
The Serializer object to be used for encoding.
- obj
- Type: System.Object
The System.Object to encode.