| HyperionSerializer Constructor (ExtendedActorSystem, Config) |
Namespace:
Akka.Serialization
Assembly:
Akka.Serialization.Hyperion (in Akka.Serialization.Hyperion.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public HyperionSerializer(
ExtendedActorSystem system,
Config config
)
new :
system : ExtendedActorSystem *
config : Config -> HyperionSerializer
Parameters
- system
- Type: Akka.ActorExtendedActorSystem
The actor system to associate with this serializer. - config
- Type: Akka.ConfigurationConfig
Configuration passed from related HOCON config path.
See Also