IGrainStorageSerializer.Deserialize<T>(BinaryData) 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.
Deserializes the provided data.
public T Deserialize<T> (BinaryData input);
abstract member Deserialize : BinaryData -> 'T
Public Function Deserialize(Of T) (input As BinaryData) As T
Type Parameters
- T
The output type.
Parameters
- input
- BinaryData
The data to deserialize.
Returns
T
The deserialized object.