Table of Contents

Class JsonBindableBase

Namespace
H.Extensions.TextJsonable
Assembly
H.Extensions.TextJsonable.dll
public abstract class JsonBindableBase : ITextJsonable, ITextJsonableReader, ITextJsonableWriter
Inheritance
JsonBindableBase
Implements
Derived
Inherited Members
Extension Methods

Methods

Read(ref Utf8JsonReader, JsonSerializerOptions)

public virtual object Read(ref Utf8JsonReader reader, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
options JsonSerializerOptions

Returns

object

Write(Utf8JsonWriter, JsonSerializerOptions)

public virtual void Write(Utf8JsonWriter writer, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
options JsonSerializerOptions