![]() | NewtonSoftJsonSerializerSettings Properties |
The NewtonSoftJsonSerializerSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | Converters |
A collection of an additional converter types to be applied to a NewtonSoftJsonSerializer.
Converters must inherit from JsonConverter class and implement a default constructor.
|
![]() | EncodeTypeNames |
When true, serializer will encode a type names into serialized json $type field. This must be true
if NewtonSoftJsonSerializer is a default serializer in order to support polymorphic
deserialization.
|
![]() | PreserveObjectReferences |
When true, serializer will track a reference dependencies in serialized object graph. This must be
true if NewtonSoftJsonSerializer.
|