CharCodec
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.Char. public sealed class CharCodec : IFieldCodec, IFieldCodec<char>Constructors
Methods
ReadValue(Reader<TInput>, Field)Reads a value.WriteField(Writer<TBufferWriter>, uint, char)Writes a field without type info (expected type is statically known).
