Microsoft.SharePoint.JsonUtilities Namespace
Specifies methods used to encode, decode, and process ECMAScript operations involving the grid control.
Classes
Class | Description | |
---|---|---|
JsonIgnore | An attribute to be applied to a data that is not intended to be encoded in JavaScript Object Notation (JSON). | |
JsonUtility | A class providing static methods to help convert data to JavaScript Object Notation (JSON). | |
Serializer | Provides support to serialize objects to JavaScript Object Notation (JSON). |
Interfaces
Interface | Description | |
---|---|---|
IJsonSerializable | Represents an object than can be serialized to JavaScript Object Notation (JSON). |
Delegates
Delegate | Description | |
---|---|---|
JsonEncoder | A delegate representing the method to encode an object into JavaScript Object Notation (JSON). | |
JsonGenerator | A delegate representing a method that encapsulates the JavaScript Object Notation (JSON) generation of a particular entity. |