Click or drag to resize
Akka.NETHyperionSerializerSettingsKnownTypesProvider Field
A type implementing IKnownTypesProvider, that will be used when HyperionSerializer is being constructed to provide a list of message types that are supposed to be known implicitly by all communicating parties. Implementing class must provide either a default constructor or a constructor taking ExtendedActorSystem as its only parameter.

Namespace:  Akka.Serialization
Assembly:  Akka.Serialization.Hyperion (in Akka.Serialization.Hyperion.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public readonly Type KnownTypesProvider

Field Value

Type: Type
See Also