StreamOptionsFlagConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for StreamOptionsFlag.
public sealed class StreamOptionsFlagConverter : Newtonsoft.Json.JsonConverter
type StreamOptionsFlagConverter = class
inherit JsonConverter
Public NotInheritable Class StreamOptionsFlagConverter
Inherits JsonConverter
- Inheritance
-
Newtonsoft.Json.JsonConverterStreamOptionsFlagConverter
Constructors
StreamOptionsFlagConverter() |
Methods
CanConvert(Type) |
Returns if objectType can be converted to StreamOptionsFlag by the converter. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Overrides ReadJson and converts token to StreamOptionsFlag. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Overriding WriteJson for StreamOptionsFlag for serialization. |