Json.NET Documentation
Json.NET Documentation
API Reference
Newtonsoft.Json
JsonSerializer Class
JsonSerializer Properties
Binder Property
CheckAdditionalContent Property
ConstructorHandling Property
Context Property
ContractResolver Property
Converters Property
Culture Property
DateFormatHandling Property
DateFormatString Property
DateParseHandling Property
DateTimeZoneHandling Property
DefaultValueHandling Property
EqualityComparer Property
FloatFormatHandling Property
FloatParseHandling Property
Formatting Property
MaxDepth Property
MetadataPropertyHandling Property
MissingMemberHandling Property
NullValueHandling Property
ObjectCreationHandling Property
PreserveReferencesHandling Property
ReferenceLoopHandling Property
ReferenceResolver Property
SerializationBinder Property
StringEscapeHandling Property
TraceWriter Property
TypeNameAssemblyFormat Property
TypeNameAssemblyFormatHandling Property
TypeNameHandling Property
JsonSerializer
PreserveReferencesHandling Property
Gets or sets how object references are preserved by the serializer. The default value is
None
.
Namespace:
Newtonsoft.Json
Assembly:
Newtonsoft.Json (in Newtonsoft.Json.dll) Version: 12.0.1+509643a8952ce731e0207710c429ad6e67dc43db
Syntax
C#
Copy
public
virtual
PreserveReferencesHandling
PreserveReferencesHandling
{
get
;
set
; }
Property Value
Type:
PreserveReferencesHandling
See Also
Reference
JsonSerializer Class
Newtonsoft.Json Namespace
Json.NET Home