WellKnownStringComparerCodec
class
Namespace: Orleans.Serialization.Codecs
Serializer for well-known
System.StringComparer types. [Orleans.Alias(StringComparer)]public sealed class WellKnownStringComparerCodec : IFieldCodec, IGeneralizedCodecConstructors
WellKnownStringComparerCodecInitializes a new instance of theWellKnownStringComparerCodecclass.
Methods
IsSupportedType(Type)Determines whether the specified type is supported by this instance.ReadValue(Reader<TInput>, Field)Reads a value and returns it untyped. The type must still match the codec instance!WriteField(Writer<TBufferWriter>, uint, Type, object)Writes a field using the provided untyped value. The type must still match the codec instance!
