IDataSerializer<TModel>.Deserialize Method

Deserializes the specified data.

Namespace:  Microsoft.Owin.Security.DataHandler.Serializer
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)

Syntax

'Declaration
Function Deserialize ( _
    data As Byte() _
) As TModel
'Usage
Dim instance As IDataSerializer 
Dim data As Byte()
Dim returnValue As TModel

returnValue = instance.Deserialize(data)
TModel Deserialize(
    byte[] data
)
TModel Deserialize(
    array<unsigned char>^ data
)
abstract Deserialize : 
        data:byte[] -> 'TModel 
function Deserialize(
    data : byte[]
) : TModel

Parameters

Return Value

Type: TModel

See Also

Reference

IDataSerializer<TModel> Interface

Microsoft.Owin.Security.DataHandler.Serializer Namespace