StreamingLocatorContentKeyTypeConverter Class

Definition

Defines values for StreamingLocatorContentKeyType.

public sealed class StreamingLocatorContentKeyTypeConverter : Newtonsoft.Json.JsonConverter
type StreamingLocatorContentKeyTypeConverter = class
    inherit JsonConverter
Public NotInheritable Class StreamingLocatorContentKeyTypeConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
StreamingLocatorContentKeyTypeConverter

Constructors

StreamingLocatorContentKeyTypeConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to StreamingLocatorContentKeyType by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to StreamingLocatorContentKeyType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for StreamingLocatorContentKeyType for serialization.

Applies to