Share via


IDataSerializer<TModel>.Deserialize Method (Byte[])

 

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

Return Value

Type: TModel

See Also

IDataSerializer<TModel> Interface
Microsoft.Owin.Security.DataHandler.Serializer Namespace

Return to top