Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deserializes the specified data.
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
TModel Deserialize(
byte[] data
)
TModel Deserialize(
array<unsigned char>^ data
)
abstract Deserialize :
data:byte[] -> 'TModel
Function Deserialize (
data As Byte()
) As TModel
Parameters
data
Type: System.Byte[]The data to deserialize.
Return Value
Type: TModel
See Also
IDataSerializer<TModel> Interface
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top