IValueSerializerProvider.GetValueSerializer<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 the value serializer for the specified type.
public Orleans.Serialization.Serializers.IValueSerializer<TField> GetValueSerializer<TField> () where TField : struct;
abstract member GetValueSerializer : unit -> Orleans.Serialization.Serializers.IValueSerializer<'Field (requires 'Field : struct)> (requires 'Field : struct)
Public Function GetValueSerializer(Of TField As Structure) () As IValueSerializer(Of TField)
Type Parameters
- TField
The value type.
Returns
IValueSerializer<TField>
A value serializer for the specified type.