Click or drag to resize
Akka.NETHyperionSerializer Constructor (ExtendedActorSystem, Config)
Initializes a new instance of the HyperionSerializer class.

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
)

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