Show / Hide Table of Contents

Class ModifiedNodeConverter

Inheritance
object
JsonConverter
JsonConverter<ModifiedNode>
NodeConverterBase<ModifiedNode>
ModifiedNodeConverter
Inherited Members
NodeConverterBase<ModifiedNode>.ReadLedgerEntryType(JsonElement, JsonSerializerOptions)
NodeConverterBase<ModifiedNode>.CreateBaseNode(JsonElement, JsonSerializerOptions)
Namespace: Xrpl.Client.Json.Converters
Assembly: Xrpl.dll
Syntax
public class ModifiedNodeConverter : NodeConverterBase<ModifiedNode>

Methods

| Edit this page View Source

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type ModifiedNode.

Declaration
public override ModifiedNode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader

The reader.

Type typeToConvert

The type to convert.

JsonSerializerOptions options

An object that specifies serialization options to use.

Returns
Type Description
ModifiedNode

The converted value.

Overrides
System.Text.Json.Serialization.JsonConverter<Xrpl.Models.Transactions.ModifiedNode>.Read(ref System.Text.Json.Utf8JsonReader, System.Type, System.Text.Json.JsonSerializerOptions)
| Edit this page View Source

Write(Utf8JsonWriter, ModifiedNode, JsonSerializerOptions)

Writes a specified value as JSON.

Declaration
public override void Write(Utf8JsonWriter writer, ModifiedNode value, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonWriter writer

The writer to write to.

ModifiedNode value

The value to convert to JSON.

JsonSerializerOptions options

An object that specifies serialization options to use.

Overrides
JsonConverter<ModifiedNode>.Write(Utf8JsonWriter, ModifiedNode, JsonSerializerOptions)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX