Show / Hide Table of Contents

Class InterfaceConverter<T>

Inheritance
System.Object
InterfaceConverter<T>
Namespace: Scraper.Net
Assembly: Scraper.Net.dll
Syntax
public class InterfaceConverter<T> : JsonConverter<T> where T : class
Type Parameters
Name Description
T

Methods

| Improve this Doc View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Write(Utf8JsonWriter, T, JsonSerializerOptions)

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