There is a Serialize class in away3d.tools.serialize
One thing I’d like to do is save the current scene to a database and be able to load it back in on demand.
I see that I would need to subclass SerializerBase and add methods to read and write objects.
Does anyone know if there is a better approach to saving all the data in a scene? I’m curious what this class was originally intended for.