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


In This Topic
    JsonConverter Class Members
    In This Topic

    The following tables list the members exposed by JsonConverter.

    Public Methods
     NameDescription
    Public MethodDetermines whether this instance can convert the specified object type.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDeserialize an object from the specified value.  
    Protected MethodSerialize the specified value to a string.  
    Protected MethodReads the JSON representation of the object.  
    Protected MethodOverridden. Writes the specified value.  
    Protected MethodWrites the JSON representation of the object.  
    Top
    See Also