Interface IKnownTypesProvider
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.dll
Syntax
public interface IKnownTypesProvider
Methods
| Improve this Doc View SourceGetKnownTypes()
Declaration
IEnumerable<Type> GetKnownTypes()
Returns
Type | Description |
---|---|
IEnumerable<Type> |