<div dir="ltr">Hi Tony,<br><div class="gmail_extra"><br><div class="gmail_quote">On 22 November 2015 at 23:16, Tony Vasile <span dir="ltr"><<a href="mailto:minghia@gmail.com" target="_blank">minghia@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have looked at ValueObject and was wondering why there is no option to save an osg::Object or an osg::Referenced object. Is this an omission or intended?<br></blockquote><div><br></div><div>I don't know where you got this impression. You can save custom osg::Object's to .osgb/.osgx,.osgt as long as you provide the serializers - see the OpenSceneGraph/src/osgWrappers/serializer/*/* for examples.<br><br></div><div>The serializers for ValueObject can be found in src/osgWrappers/serializers/osg/ValueObject.cpp.<br><br></div><div>Classes subclassed from osg::Referenced rather than osg::Object don't support serialization though as the serialization requires the RTT info that osg::Object adds.<br><br></div><div>Robert.<br></div><div><br> </div></div></div></div>