Table of Contents

Interface ISerializer<T, S>

Namespace
Tlabs.Data.Serialize
Assembly
Tlabs.Data.dll

Interface of a serializer / deserializer of objects with type T and a serialization Schema of type S.

public interface ISerializer<T, S> : ISerializer<T> where T : class, new()

Type Parameters

T
S
Inherited Members
Extension Methods