DelegateCopierSelector
class
Namespace: Orleans.Serialization.Serializers
Implementation of
ICopierSelector which uses a delegate. public sealed class DelegateCopierSelector : ICopierSelectorConstructors
Properties
CopierNameThe well-known copier name, used to match an instance with a copier.IsSupportedTypeDelegate
Methods
IsSupportedType(Type)Returns true if the specified copier should be used for this type.
