[osg-users] Serialization Question (Proto Constructors)

2011-08-10 Thread Jeremy Moles
This question is for anyone who has used the new serialization interface introduced by Wang Rui in 2010 (osgWrappers/serializers). Is it possible to pass arguments to the object's constructor? The 2nd argument to the REGISTER_ macro lets you define the protocol for object creation, but the

Re: [osg-users] Serialization Question (Proto Constructors)

2011-08-10 Thread Wang Rui
Hi Jeremy, Yes. The serializers at present don't support constructor with arguments. It is welcome if you and anyone else could provide the functionality. :-) Wang Rui 2011/8/11 Jeremy Moles jer...@emperorlinux.com: This question is for anyone who has used the new serialization interface

Re: [osg-users] Serialization Question (Proto Constructors)

2011-08-10 Thread Jeremy Moles
On Thu, 2011-08-11 at 08:16 +0800, Wang Rui wrote: Hi Jeremy, Yes. The serializers at present don't support constructor with arguments. It is welcome if you and anyone else could provide the functionality. :-) I'll see if I can do it... BTW: Working with the new serializer interfaces has