Click or drag to resize
Akka.NETIKnownTypesProvider Interface
Interface that can be implemented in order to determine some custom logic, that's going to provide a list of types that are known to be shared for all corresponding parties during remote communication.

Namespace:  Akka.Serialization
Assembly:  Akka.Serialization.Hyperion (in Akka.Serialization.Hyperion.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IKnownTypesProvider

The IKnownTypesProvider type exposes the following members.

Methods
  NameDescription
Public methodGetKnownTypes
Top
See Also