WellKnownStringComparerCodec Class
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.
Serializer for well-known StringComparer types.
[Orleans.Alias("StringComparer")]
public sealed class WellKnownStringComparerCodec : Orleans.Serialization.Serializers.IGeneralizedCodec
[<Orleans.Alias("StringComparer")>]
type WellKnownStringComparerCodec = class
interface IGeneralizedCodec
interface IFieldCodec
Public NotInheritable Class WellKnownStringComparerCodec
Implements IGeneralizedCodec
- Inheritance
-
WellKnownStringComparerCodec
- Attributes
- Implements
Constructors
WellKnownStringComparerCodec() |
Initializes a new instance of the WellKnownStringComparerCodec class. |
Methods
IsSupportedType(Type) |
Determines whether the specified type is supported by this instance. |
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value and returns it untyped. The type must still match the codec instance! |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Object) |
Writes a field using the provided untyped value. The type must still match the codec instance! |