| Interface | Description |
|---|---|
| TOFBean |
Marker interface, ensures that an object is saved as a bean.
|
| TOFObjectFactory |
An interface the TOFParser uses to build object graphs.
|
| TOFTokenTypes |
| Class | Description |
|---|---|
| BarsoomReader |
Reads objects from a Barsoom XML file.
|
| BarsoomWriter |
A writer what serializes objects to Barsoom XML files.
|
| LookupInputStream |
An Input stream that exchanges references to objects found in a lookup table
for a lookup index that can be used during deserialization to locate the
original object.
|
| LookupMappingMetaTOFObjectFactory |
Subclass of MetaTOFObjectFactory that allows substitution of lookup
arguments.
|
| LookupOutputStream |
An output stream that exchanges references to objects found in a lookup table
for a lookup index that can be used during deserialization to locate the
original object.
|
| MetaBarsoomWriter |
A writer what writes a Barsoom files from a MetaTOF structure (MetaBeans and
LookupReferences).
|
| MetaTOFObjectFactory |
Builds a metastructure (so that objects aren't actually instantiated), useful
for mangling TOFs when the classes/lookups might be missing or changed.
|
| MetaTOFWriter |
A writer what writes a TOF files from a MetaTOF structure (MetaBeans and
LookupReferences).
|
| NamedObjectStore |
A simple object storage and retrieval facility.
|
| PersistanceLib |
These librarys, thought not too OO, are the pinacles of useful laziness IMHO.
|
| TOFLexer |
The lexer.
|
| TOFLib |
Some handy TOF methods.
|
| TOFPackage |
A little wrapped up TOF representation of an object.
|
| TOFParser | |
| TOFReader |
A reader what reads TOF files.
|
| TOFWriter |
A writer what writes TOF files.
|
| UnserializingTOFObjectFactory |
This is the standard TOFObjectFactory implementation; it deserializes objects
back to their original form.
|
| Utility |
Various utility methods for I/O stuff.
|
| Exception | Description |
|---|---|
| TOFException |