Search Results for

    Show / Hide Table of Contents

    Class ShardDataConverter

    Inheritance
    System.Object
    ShardDataConverter
    Namespace: Netezos.Forging.Models
    Assembly: Netezos.dll
    Syntax
    public class ShardDataConverter : JsonConverter<ShardData>

    Methods

    | Improve this Doc View Source

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

    Write(Utf8JsonWriter, ShardData, JsonSerializerOptions)

    Declaration
    public override void Write(Utf8JsonWriter writer, ShardData value, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonWriter writer
    ShardData value
    JsonSerializerOptions options
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad