Skip to content

DelegateCodecSelector

class

Namespace: Orleans.Serialization.Serializers

Implementation of ICodecSelector which uses a delegate.
public sealed class DelegateCodecSelector : ICodecSelector

Constructors

Properties

  • CodecName The well-known codec name, used to match an instance with a codec.
  • IsSupportedTypeDelegate Gets or initializes the delegate used to determine whether a type is supported.

Methods