Namespace TeleScope.Persistence.Abstractions
Classes
FileSetupBase
This abstract base class provides properties and a default constructor signature for concrete file setup classes.
Interfaces
IFileWritable<T>
This interface provides a generic approach to write generic data to a file based data sink. The interface inherits from IWritable<T>
IParsable<Tout>
This interface provides a generic approach to parse data structures for incoming or outgoing dataflows within the IReadable<T> and IWritable<T> implementations.
IReadable<T>
This interface provides a minimalistic generic approach to read data from any kind of (persistent) data source.
IWritable<T>
This interface provides a minimalistic generic approach to write generic data to any kind of (persistent) data sink.