Interface ISerializer<T>
A root-level object that combines the IReader<T> and IWriter<T> for deserialization and serialization, respectively.
Inherited Members
Namespace: ExtendedXmlSerializer.ContentModel
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface ISerializer<T> : IReader<T>, IParameterizedSource<IFormatReader, T>, IWriter<T>
Type Parameters
T
The subject type to serialize and deserialize. |