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.
Represents an interface for data serializer.
Namespace: Microsoft.Owin.Security.DataHandler.Serializer
Assembly: Microsoft.Owin.Security (in Microsoft.Owin.Security.dll)
Syntax
public interface IDataSerializer<TModel>
generic<typename TModel>
public interface class IDataSerializer
type IDataSerializer<'TModel> = interface end
Public Interface IDataSerializer(Of TModel)
Type Parameters
- TModel
The type of model for the data.
Methods
| Name | Description | |
|---|---|---|
![]() |
Deserialize(Byte[]) | Deserializes the specified data. |
![]() |
Serialize(TModel) | Serializes a data with a given model. |
See Also
Microsoft.Owin.Security.DataHandler.Serializer Namespace
Return to top
.jpeg)