Click or drag to resize
Akka.NETWireSerializer Constructor
Initializes a new instance of the WireSerializer class.

Namespace:  Akka.Serialization
Assembly:  Akka.Serialization.Wire (in Akka.Serialization.Wire.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public WireSerializer(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem
The actor system to associate with this serializer.
See Also