IDataSerializer<TModel> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contract for serialzing authentication data.
generic <typename TModel>
public interface class IDataSerializer
public interface IDataSerializer<TModel>
type IDataSerializer<'Model> = interface
Public Interface IDataSerializer(Of TModel)
Type Parameters
- TModel
The type of the model being serialized.
- Derived
Methods
Deserialize(Byte[]) |
Deserializes the specified |
Serialize(TModel) |
Serializes the specified |