Interface IFormatter<T>
A selector that derives a text string representation from the provided instance.
Inherited Members
Namespace: ExtendedXmlSerializer.Core.Sources
Assembly: ExtendedXmlSerializer.dll
Syntax
public interface IFormatter<in T> : IParameterizedSource<T, string>
Type Parameters
T
The instance type. |