Interface ISerializer<T, S>
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
TS
- Inherited Members
- Extension Methods