Table of Contents

Class NewtonsoftJsonableBase

Namespace
H.Extensions.NewtonsoftJson.Jsonable
Assembly
H.Extensions.NewtonsoftJson.dll
public abstract class NewtonsoftJsonableBase : IJsonable
Inheritance
NewtonsoftJsonableBase
Implements
Derived
Inherited Members
Extension Methods

Methods

GetJsonPropertyInfos()

protected virtual IEnumerable<PropertyInfo> GetJsonPropertyInfos()

Returns

IEnumerable<PropertyInfo>

ReadJson(JsonReader, JsonSerializer, object)

public virtual void ReadJson(JsonReader reader, JsonSerializer serializer, object existingValue)

Parameters

reader JsonReader
serializer JsonSerializer
existingValue object

WriteJson(JsonWriter, JsonSerializer)

public virtual void WriteJson(JsonWriter writer, JsonSerializer serializer)

Parameters

writer JsonWriter
serializer JsonSerializer