CodecProvider.GetBaseCodec<TField> 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 a base codec for the specified type.
public Orleans.Serialization.Serializers.IBaseCodec<TField> GetBaseCodec<TField> () where TField : class;
abstract member GetBaseCodec : unit -> Orleans.Serialization.Serializers.IBaseCodec<'Field (requires 'Field : null)> (requires 'Field : null)
override this.GetBaseCodec : unit -> Orleans.Serialization.Serializers.IBaseCodec<'Field (requires 'Field : null)> (requires 'Field : null)
Public Function GetBaseCodec(Of TField As Class) () As IBaseCodec(Of TField)
Type Parameters
- TField
The underlying field type.
Returns
IBaseCodec<TField>
A base codec.