Search Results for

    Show / Hide Table of Contents

    Class MichelineConverter

    Inheritance
    System.Object
    MichelineConverter
    Namespace: Netmavryk.Encoding.Serialization
    Assembly: Netmavryk.dll
    Syntax
    public class MichelineConverter : JsonConverter<IMicheline>

    Methods

    | Improve this Doc View Source

    Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

    Write(Utf8JsonWriter, IMicheline, JsonSerializerOptions)

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