Click or drag to resize
Akka.NETNewtonSoftJsonSerializerSettings Properties

The NewtonSoftJsonSerializerSettings type exposes the following members.

Properties
  NameDescription
Public propertyConverters
A collection of an additional converter types to be applied to a NewtonSoftJsonSerializer. Converters must inherit from JsonConverter class and implement a default constructor.
Public propertyEncodeTypeNames
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.
Public propertyPreserveObjectReferences
When true, serializer will track a reference dependencies in serialized object graph. This must be true if NewtonSoftJsonSerializer.
Top
See Also