Name | Description | |
---|---|---|
JsonReader Constructor | Initializes a new instance of the JsonReader class. |
The following tables list the members exposed by JsonReader.
Name | Description | |
---|---|---|
JsonReader Constructor | Initializes a new instance of the JsonReader class. |
Name | Description | |
---|---|---|
Context | Gets the context object. (Inherited from C1.Web.Mvc.Serialization.Operation) | |
Current | Gets or sets the current value which need be deserialized. | |
JsonSetting | Gets the json settings. |
Name | Description | |
---|---|---|
Dispose | Overridden. Dispose all the resources used. | |
ReadName | Read the field from the data according to the specified name | |
ReadValue | Overloaded. Deserialize the text into an instance of the specified type which T stands. |