away3d.tools.serialize
| .. | |
|---|---|
| Serialize | |
| SerializerBase | SerializerBase is the abstract class for all Serializers. It provides an interface for basic data type writing. It is not intended for reading. |
| TraceSerializer | TraceSerializer is a concrete Serializer that will output its results to trace(). It has user settable tabSize and separator vars. |