JsonGrainStorageSerializer.Serialize<T>(T) Method
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.
Serializes the object input.
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
Type Parameters
- T
The input type.
Parameters
- value
- T
Returns
The serialized input.