Click or drag to resize
Akka.NETNewtonSoftJsonSerializerSettingsCreate Method
Creates a new instance of the NewtonSoftJsonSerializerSettings based on a provided config. Config may define several key-values:

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public static NewtonSoftJsonSerializerSettings Create(
	Config config
)

Parameters

config
Type: Akka.ConfigurationConfig

[Missing <param name="config"/> documentation for "M:Akka.Serialization.NewtonSoftJsonSerializerSettings.Create(Akka.Configuration.Config)"]

Return Value

Type: NewtonSoftJsonSerializerSettings

[Missing <returns> documentation for "M:Akka.Serialization.NewtonSoftJsonSerializerSettings.Create(Akka.Configuration.Config)"]

Exceptions
ExceptionCondition
ArgumentNullExceptionRaised when no config was provided.
ArgumentExceptionRaised when types defined in `converters` list didn't inherit JsonConverter.
See Also