| NewtonSoftJsonSerializerSettingsEncodeTypeNames 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; }
member EncodeTypeNames : bool with get
Property Value
Type:
BooleanSee Also