[]
        
(Showing Draft Content)

C1.JsonNet.Converters.StreamConverter

StreamConverter Class

Define a converter which converts the Stream to Base64String and Base64String to Stream.

Inheritance
StreamConverter
Namespace: C1.JsonNet.Converters
Assembly: C1.Web.Mvc.FlexSheet.dll
Syntax
public class StreamConverter : JsonConverter

Constructors

Name Description
StreamConverter()

Methods

Name Description
CanConvert(Type)

Determines whether this instance can convert the specified object type.

ReadJson(JsonReader, Type, object)

Reads the JSON representation of the object.

WriteJson(JsonWriter, object)

Writes the JSON representation of the object.