Click or drag to resize
Akka.NETClusterShardingMessageSerializer Constructor
Initializes a new instance of the ClusterShardingMessageSerializer class.

Namespace:  Akka.Cluster.Sharding.Serialization
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ClusterShardingMessageSerializer(
	ExtendedActorSystem system
)

Parameters

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