ByteArrayCodec 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 arrays.
[Orleans.RegisterSerializer]
public sealed class ByteArrayCodec : Orleans.Serialization.Codecs.IFieldCodec<byte[]>
[<Orleans.RegisterSerializer>]
type ByteArrayCodec = class
interface IFieldCodec<byte[]>
interface IFieldCodec
Public NotInheritable Class ByteArrayCodec
Implements IFieldCodec(Of Byte())
- Inheritance
-
ByteArrayCodec
- Attributes
- Implements
Constructors
ByteArrayCodec() |
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). |
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. |