Interface ISerializationConverter<T>

Type Parameters:
T - Type to be read and written

public interface ISerializationConverter<T>
Interface to be implemented to read and write objects.
Author:
Philip Helger