Group
Show / Hide Table of Contents

Class TxJsonSerialization

Default options that work well to serialize Tx objects to/from JSON using System.Text.Json

Inheritance
System.Object
TxJsonSerialization
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx
Assembly: Textkernel.Tx.SDK.dll
Syntax
public static class TxJsonSerialization

Methods

| Improve this Doc View Source

CreateDefaultOptions()

Create a default set of options and converters for Tx models

Declaration
public static JsonSerializerOptions CreateDefaultOptions()
Returns
Type Description
System.Text.Json.JsonSerializerOptions
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾