IFromJson Members
Include Protected Members
Include Inherited Members
Defines the method signatures for methods that initialize an object with the JavaScript Object Notation (JSON) data from the server. This class and its members are reserved for internal use and are not intended to be used in your code.
The IFromJson type exposes the following members.
Methods
Name | Description | |
---|---|---|
CustomFromJson | Returns a Boolean value that indicates whether custom code was used to populate an object. This member is reserved for internal use and is not intended to be used directly from your code. | |
FromJson | When implemented by a class, enables an object to be initialized with the JSON data from the server. This member is reserved for internal use and is not intended to be used directly from your code. |
Top