Hello,

How does ADD_LIST_SERIALIZER work?

in sourcecode, some classes call it like

Code:

ADD_LIST_SERIALIZER( AudioStreams, osg::ImageStream::AudioStreams );




I read 
http://www.openscenegraph.org/projects/osg/wiki/Support/KnowledgeBase/SerializationSupport
 , but there is only mentiond that this serializer iterates through the 
std::vector.

How is the type in each element serialized? Does the LIST serializer query an 
other serializer recursive, or how is the "payload" serialized?

Thank you for your help!


Best wishes,
Torben

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=24056#24056





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to