Click or drag to resize
Serializer Constructor
Initializes a new instance of the Serializer class.

Namespace: Akka.Serialization
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public Serializer(
	ExtendedActorSystem system
)

Parameters

system
Type: Akka.ActorExtendedActorSystem
The system.
See Also