SerializationManager.SerializeToByteArray(Object) Méthode
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érialiser des données en octets[].
public byte[] SerializeToByteArray (object raw);
member this.SerializeToByteArray : obj -> byte[]
Public Function SerializeToByteArray (raw As Object) As Byte()
Paramètres
- raw
- Object
Données d’entrée.
Retours
Byte[]
Objet du type requis, réalimenté à partir du flux d’entrée.