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


In This Topic
    StreamConverter Class Members
    In This Topic

    The following tables list the members exposed by StreamConverter.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Determines whether this instance can convert the specified object type.  
    Top
    Protected Methods
     NameDescription
    Protected MethodDeserialize an object from the specified value. (Inherited from C1.JsonNet.JsonConverter)
    Protected MethodSerialize the specified value to a string. (Inherited from C1.JsonNet.JsonConverter)
    Protected MethodOverridden. Reads the JSON representation of the object.  
    Protected MethodWrites the specified value. (Inherited from C1.JsonNet.JsonConverter)
    Protected MethodOverridden. Writes the JSON representation of the object.  
    Top
    See Also