[]
Define a converter which converts the Stream to Base64String and Base64String to Stream.
public class StreamConverter : JsonConverter
Name | Description |
---|---|
StreamConverter() |
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. |