ISpecializableBaseCodec.GetSpecializedCodec(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an IBaseCodec implementation which supports the specified type.
public Orleans.Serialization.Serializers.IBaseCodec GetSpecializedCodec (Type type);
abstract member GetSpecializedCodec : Type -> Orleans.Serialization.Serializers.IBaseCodec
Public Function GetSpecializedCodec (type As Type) As IBaseCodec
Parameters
- type
- Type
The type.
Returns
An IBaseCodec implementation which supports the specified type.