Show / Hide Table of Contents

Class BookItem.Converter

Inheritance
System.Object
BookItem.Converter
Namespace: FFT.BTCMarkets
Assembly: FFT.BTCMarkets.dll
Syntax
public class Converter : JsonConverter<BookItem>

Methods

| Improve this Doc View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Declaration
public override BookItem Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
Type typeToConvert
JsonSerializerOptions options
Returns
Type Description
BookItem
| Improve this Doc View Source

Write(Utf8JsonWriter, BookItem, JsonSerializerOptions)

Declaration
public override void Write(Utf8JsonWriter writer, BookItem value, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer
BookItem value
JsonSerializerOptions options
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX