ISpecializableCodec.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 IFieldCodec implementation which supports the specified type.
public Orleans.Serialization.Codecs.IFieldCodec GetSpecializedCodec (Type type);
abstract member GetSpecializedCodec : Type -> Orleans.Serialization.Codecs.IFieldCodec
Public Function GetSpecializedCodec (type As Type) As IFieldCodec
Parameters
- type
- Type
The type.
Returns
An IFieldCodec implementation which supports the specified type.