TypeReadWriter<T> Class

Definition

Interface for reading and writing a type.

Read(BufferedReader) should read exactly how it is written to the BufferedWriter in Write(BufferedWriter, T).

public abstract class TypeReadWriter<T>

Type Parameters

T

The System.Type to read and write

Inheritance
System.Object
TypeReadWriter<T>
Derived

Constructors

TypeReadWriter<T>()

Methods

Read(BufferedReader)

Called when the type needs to be read

Write(BufferedWriter, T)

Called when the type needs to be written