Package com.threerings.export

Interface Summary
Encodable An interface for objects that can be encoded to and decoded from strings and binary streams.
Exportable Flags a class as being exportable, meaning that it can be written to Exporters and read from their corresponding Importers.
 

Class Summary
BinaryExporter Exports to a compact binary format.
BinaryImporter Imports from the compact binary format generated by BinaryExporter.
Exporter Used to write Exportable objects.
FieldMarshaller Used to read and write individual fields.
Importer Used to read Exportable objects.
Log A placeholder class that contains a reference to the log object used by this project.
ObjectMarshaller Used to read and write object fields.
Streamer<T> Writes objects to and reads objects from a binary stream.
Stringifier<T> Converts objects to and from strings.
XMLExporter Exports to an XML format.
XMLImporter Imports from the XML format generated by XMLExporter.
 



Copyright © 2011. All Rights Reserved.