Search Results for

    Show / Hide Table of Contents

    Class HexListConverter

    Inheritance
    System.Object
    HexListConverter
    Namespace: Netezos.Forging.Models
    Assembly: Netezos.dll
    Syntax
    public class HexListConverter : JsonConverter<List<byte[]>>

    Methods

    | Improve this Doc View Source

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

    Declaration
    public override List<byte[]>? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonReader reader
    Type typeToConvert
    JsonSerializerOptions options
    Returns
    Type Description
    System.Nullable<List<System.Byte[]>>
    | Improve this Doc View Source

    Write(Utf8JsonWriter, List<Byte[]>, JsonSerializerOptions)

    Declaration
    public override void Write(Utf8JsonWriter writer, List<byte[]> value, JsonSerializerOptions options)
    Parameters
    Type Name Description
    Utf8JsonWriter writer
    List<System.Byte[]> value
    JsonSerializerOptions options
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad