![]() | NewtonSoftJsonSerializerSettings Class |
Namespace: Akka.Serialization
The NewtonSoftJsonSerializerSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | NewtonSoftJsonSerializerSettings |
Creates a new instance of the NewtonSoftJsonSerializerSettings.
|
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.
|
Name | Description | |
---|---|---|
![]() ![]() | Create |
Creates a new instance of the NewtonSoftJsonSerializerSettings based on a provided config.
Config may define several key-values:
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Default |
A default instance of NewtonSoftJsonSerializerSettings used when no custom configuration has been provided.
|
Name | Description | |
---|---|---|
![]() | AsInstanceOfT |
TBD
(Defined by Extensions.) |
![]() | Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) |
![]() | MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |