Table of Contents

Namespace ChartTools.IO

Classes

DirectoryResult<T>
EntryException
KeySerializableAttribute

Indicates that a property should be serialized with a specific key in a specific file format

LineException

Exception thrown when a line of a text file cannot be parsed correctly.

ParseException

Exception thrown when a parse error is encountered.

SectionException

Delegates

AsyncRead<T>

Asynchronous read method that generates an object of the target type

AsyncWrite<T>

Write method hat takes an object of a target type

Read<T>

Read method that generates an object of the target type

VoidRead

Read method that returns no value.

Write<T>

Write method hat takes an object of a target type