|  | ClusterShardingMessageSerializer Constructor | 
  
    Namespace: 
   Akka.Cluster.Sharding.Serialization
    Assembly:
   Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic ClusterShardingMessageSerializer(
	ExtendedActorSystem system
)
new : 
        system : ExtendedActorSystem -> ClusterShardingMessageSerializerParameters
- system
- Type: Akka.ActorExtendedActorSystem
 The actor system to associate with this serializer.
 See Also
See Also