Show / Hide Table of Contents

Class XrplJsonOptions

Centralized System.Text.Json serializer options for the XRPL library. Registers all custom converters and configures default behavior.

Inheritance
object
XrplJsonOptions
Namespace: Xrpl.Client.Json
Assembly: Xrpl.dll
Syntax
public static class XrplJsonOptions

Properties

| Edit this page View Source

Default

Default options with all XRPL converters registered. Null properties are omitted from serialization output. Property names are case-insensitive during deserialization.

Declaration
public static JsonSerializerOptions Default { get; }
Property Value
Type Description
JsonSerializerOptions
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX