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.IsSupportedTypeDelegate
Methods
IsSupportedType(Type)Returns true if the specified codec should be used for this type.
