Namespace VoltRpc.Types
Classes
NoTypeReaderWriterException
Exception when there is no type reader/writer available
TypeReadWriter<T>
Interface for reading and writing a type.
Read(BufferedReader) should read exactly how it is written to the BufferedWriter in Write(BufferedWriter, T).
TypeReaderWriterException
Exception related to something with a type reader writer
TypeReaderWriterManager
Manger for TypeReadWriter<T>s