StringCodec
class
Namespace: Orleans.Serialization.Codecs
Serializer for
System.String. public sealed class StringCodec : IFieldCodec, IFieldCodec<string>Constructors
Methods
ReadRaw(Reader<TInput>, uint)Reads the raw string content.ReadValue(Reader<TInput>, Field)Reads a value.WriteField(Writer<TBufferWriter>, uint, string)Writes a field without type info (expected type is statically known).WriteRaw(Writer<TBufferWriter>, string, int)Writes the raw string content.
