StringCodec 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 String.
[Orleans.RegisterSerializer]
public sealed class StringCodec : Orleans.Serialization.Codecs.IFieldCodec<string>
[<Orleans.RegisterSerializer>]
type StringCodec = class
interface IFieldCodec<string>
interface IFieldCodec
Public NotInheritable Class StringCodec
Implements IFieldCodec(Of String)
- Inheritance
-
StringCodec
- Attributes
- Implements
Constructors
StringCodec() |
Methods
ReadRaw<TInput>(Reader<TInput>, UInt32) |
Reads the raw string content. |
ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, String) |
Writes a field without type info (expected type is statically known). |
WriteRaw<TBufferWriter>(Writer<TBufferWriter>, String, Int32) |
Writes the raw string content. |
Explicit Interface Implementations
IFieldCodec<String>.ReadValue<TInput>(Reader<TInput>, Field) |
Reads a value. |
IFieldCodec<String>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, String) |
Writes a field. |