Skip to main content

Definition

Assembly: CloudNimble.DotNetDocs.Core.dll Namespace: CloudNimble.DotNetDocs.Core.Renderers Inheritance: System.Object

Syntax

Summary

Configuration options for the JsonRenderer.

Constructors

.ctor

Syntax

.ctor Inherited

Inherited from object

Syntax

Properties

SerializerOptions

Gets or sets the JsonSerializerOptions to use for serialization.

Syntax

Property Value

Type: System.Text.Json.JsonSerializerOptions

Remarks

If not specified, uses default options with camelCase naming, indented output, null value ignoring, and enum string conversion.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?