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