Show / Hide Table of Contents

Class FhirSerializerOptions

Default JsonSerializerOptions to format JSON serialization as expected.

Inheritance
System.Object
FhirSerializerOptions
Namespace: fhirCsR2.Serialization
Assembly: fhirCsR2.dll
Syntax
public static class FhirSerializerOptions : object

Properties

| Improve this Doc View Source

Compact

Compact (no extra whitespace) format.

Declaration
public static JsonSerializerOptions Compact { get; }
Property Value
Type Description
JsonSerializerOptions
| Improve this Doc View Source

Pretty

Pretty-printed (newlines and indentation) format.

Declaration
public static JsonSerializerOptions Pretty { get; }
Property Value
Type Description
JsonSerializerOptions
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX