Click or drag to resize
Akka.NETNewtonSoftJsonSerializer Constructor (ExtendedActorSystem, Config)
Initializes a new instance of the NewtonSoftJsonSerializer class

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public NewtonSoftJsonSerializer(
	ExtendedActorSystem system,
	Config config
)

Parameters

system
Type: Akka.ActorExtendedActorSystem

[Missing <param name="system"/> documentation for "M:Akka.Serialization.NewtonSoftJsonSerializer.#ctor(Akka.Actor.ExtendedActorSystem,Akka.Configuration.Config)"]

config
Type: Akka.ConfigurationConfig

[Missing <param name="config"/> documentation for "M:Akka.Serialization.NewtonSoftJsonSerializer.#ctor(Akka.Actor.ExtendedActorSystem,Akka.Configuration.Config)"]

See Also