Show / Hide Table of Contents

Class NodeConverterBase<TNode>

Inheritance
object
JsonConverter
JsonConverter<TNode>
NodeConverterBase<TNode>
CreatedNodeConverter
DeletedNodeConverter
ModifiedNodeConverter
Namespace: Xrpl.Client.Json.Converters
Assembly: Xrpl.dll
Syntax
public abstract class NodeConverterBase<TNode> : JsonConverter<TNode> where TNode : NodeBase, new()
Type Parameters
Name Description
TNode

Methods

| Edit this page View Source

CreateBaseNode(JsonElement, JsonSerializerOptions)

Declaration
protected static TNode CreateBaseNode(JsonElement root, JsonSerializerOptions options)
Parameters
Type Name Description
JsonElement root
JsonSerializerOptions options
Returns
Type Description
TNode
| Edit this page View Source

ReadLedgerEntryType(JsonElement, JsonSerializerOptions)

Declaration
protected static LedgerEntryType ReadLedgerEntryType(JsonElement root, JsonSerializerOptions options)
Parameters
Type Name Description
JsonElement root
JsonSerializerOptions options
Returns
Type Description
LedgerEntryType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX