JsonGrainStorageSerializer.Serialize<T>(T) 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érialise l’entrée d’objet.
public BinaryData Serialize<T> (T value);
abstract member Serialize : 'T -> BinaryData
override this.Serialize : 'T -> BinaryData
Public Function Serialize(Of T) (value As T) As BinaryData
Paramètres de type
- T
Type d'entrée.
Paramètres
- value
- T
Retours
Entrée sérialisée.