ByteArrayCodec Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sérialiseur pour Byte les tableaux.
[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())
- Héritage
-
ByteArrayCodec
- Attributs
- Implémente
Constructeurs
ByteArrayCodec() |
Sérialiseur pour Byte les tableaux. |
Méthodes
ReadValue<TInput>(Reader<TInput>, Field) |
Lit une valeur. |
WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Byte[]) |
Écrit un champ sans informations de type (le type attendu est statiquement connu). |
Implémentations d’interfaces explicites
IFieldCodec<Byte[]>.ReadValue<TInput>(Reader<TInput>, Field) |
Lit une valeur. |
IFieldCodec<Byte[]>.WriteField<TBufferWriter>(Writer<TBufferWriter>, UInt32, Type, Byte[]) |
Écrit un champ. |