ISpecializableBaseCodec
interface
Namespace: Orleans.Serialization.Serializers
Provides functionality for creating
IBaseCodec instances which support a given type. public interface ISpecializableBaseCodecMethods
GetSpecializedCodec(Type)Gets anIBaseCodecimplementation which supports the specified type.IsSupportedType(Type)Determines whether the specified type is supported by this instance.
