IDataSerializer<TModel> Interface

 

Represents an interface for data serializer.

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

generic<typename TModel>
public interface class IDataSerializer

Type Parameters

TModel

The type of model for the data.

NameDescription
System_CAPS_pubmethodDeserialize(array<Byte>^)

Deserializes the specified data.

System_CAPS_pubmethodSerialize(TModel)

Serializes a data with a given model.

Return to top
Show: