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