ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class
Properties Methods


In This Topic
    JsonReader Class Members
    In This Topic

    The following tables list the members exposed by JsonReader.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the JsonReader class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the context object. (Inherited from C1.Web.Mvc.Serialization.Operation)
    Public PropertyGets or sets the current value which need be deserialized.  
    Public PropertyGets the json settings.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Dispose all the resources used.  
    Public MethodRead the field from the data according to the specified name  
    Public MethodOverloaded. Deserialize the text into an instance of the specified type which T stands.  
    Top
    See Also