Click or drag to resize
Akka.NETNewtonSoftJsonSerializerSettingsEncodeTypeNames Property
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.

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public bool EncodeTypeNames { get; }

Property Value

Type: Boolean
See Also