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.
Serializes a data with a given model.
Namespace:   Microsoft.Owin.Security.DataHandler.Serializer
Assembly:  Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
byte[] Serialize(
    TModel model
)
array<unsigned char>^ Serialize(
    TModel model
)
abstract Serialize : 
        model:'TModel -> byte[]
Function Serialize (
    model As TModel
) As Byte()
Parameters
- model 
 Type: TModel- The data model. 
Return Value
Type: System.Byte[]
See Also
IDataSerializer<TModel> Interface
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top