Class NodeConverterBase<TNode>
Inheritance
object
JsonConverter
JsonConverter<TNode>
NodeConverterBase<TNode>
Assembly: Xrpl.dll
Syntax
public abstract class NodeConverterBase<TNode> : JsonConverter<TNode> where TNode : NodeBase, new()
Type Parameters
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
|
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