C1.AspNetCore.Mvc.FlexSheet Assembly / C1.JsonNet.Converters Namespace / StreamConverter Class


StreamConverter Class Methods

For a list of all members of this type, see StreamConverter members.

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