Edit

Share via


ISpecializableCodec.GetSpecializedCodec(Type) Method

Definition

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.

Applies to