VoltRpc.Types Namespace
Classes
NoTypeReaderWriterException | Exception when there is no type reader/writer available |
TypeReaderWriterException | System.Exception related to something with a type reader writer |
TypeReaderWriterManager | Manger for TypeReadWriter<T>s |
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). |