Hi Paul, In OpenSceneGraph svn/trunk and the 2.9.x there is a dedicated serializer support now located in osgDB, and would recommend using this over osgIntrospection. The new native .osgt (ascii text), osgb (binary) and .osgx (xml) file formats all use this serializer support, and it's possible to write you own custom streams for handling the data. This has already been used by a user to serializer data over a cluster.
Robert. On Mon, Apr 12, 2010 at 6:44 PM, Paul Gotzel <[email protected]> wrote: > Hello, > > osgIntrospection namespace documentation and the osgintrospection.cpp > example gives some hints about automatic serialization. Is there any more > information about this? I'm interested in possibly using this to serialize > some or all of the scene graph to an in memory (compressed?) structure that > could then be rehydrated later. Ultimately, I want to use this for cross > process synchronization. Thoughts? Am I looking in the wrong area? Could > I use the osgDB in a similar way? > > -- > Paul Gotzel > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

