| Serializer Constructor |
Initializes a new instance of the
Serializer class.
Namespace:
Akka.Serialization
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public Serializer(
ExtendedActorSystem system
)
new :
system : ExtendedActorSystem -> Serializer
Parameters
- system
- Type: Akka.ActorExtendedActorSystem
The actor system to associate with this serializer.
See Also