# JSON Serializer Options

### JsonSerializerOptions Struct

Options which control the serialization and deserialization process

### Syntax

public struct **JsonSerializerOptions**

### Member Details

#### SerializeReferences Property

> Controls how references are serialized.
>
> #### Syntax
>
> public [bool](http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Boolean) **SerializeReferences** { get; set; }
>
> **Value**
>
> > When true references are maintained instead of serializing the objects directly.
>
> #### Remarks
>
> #### Requirements
>
> **Namespace:** Sansar.Utility\
> **Assembly:** Sansar.Script (in Sansar.Script.dll)\
> **Assembly Versions:** 1.0.0.0
>
> ***

***
