DelegateCodecSelector
class
Namespace: Orleans.Serialization.Serializers
Implementation of
ICodecSelector which uses a delegate. public sealed class DelegateCodecSelector : ICodecSelectorConstructors
Properties
CodecNameThe well-known codec name, used to match an instance with a codec.IsSupportedTypeDelegateGets or initializes the delegate used to determine whether a type is supported.
Methods
IsSupportedType(Type)Returns true if the specified codec should be used for this type.
