JsonSerializerOptions

JsonSerializerOptions Struct

Options which control the serialization and deserialization process

Syntax

public struct JsonSerializerOptions

Remarks

 

Requirements

Namespace: Sansar.Utility
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0

Members

See Also: Inherited members from ValueType.

Public Properties

 
SerializeReferences bool . Controls how references are serialized.

Member Details

SerializeReferences Property

Controls how references are serialized.

Syntax

public bool SerializeReferences { get; set; }

Value

When true references are maintained instead of serializing the objects directly.

Remarks

Referential loops with this setting false will throw an exception.

Requirements

Namespace: Sansar.Utility
Assembly: Sansar.Script (in Sansar.Script.dll)
Assembly Versions: 1.0.0.0


Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Article is closed for comments.