NewtonsoftJsonETagConverter Class

Definition

A Newtonsoft.Json.JsonConverter implementation for ETag.

public class NewtonsoftJsonETagConverter : Newtonsoft.Json.JsonConverter
type NewtonsoftJsonETagConverter = class
    inherit JsonConverter
Public Class NewtonsoftJsonETagConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
NewtonsoftJsonETagConverter

Constructors

NewtonsoftJsonETagConverter()

Methods

CanConvert(Type)

Determines whether this instance can convert the specified object type.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Reads the JSON representation of the object.

WriteJson(JsonWriter, Object, JsonSerializer)

Writes the JSON representation of the object.

Applies to