Re: [pygccxml-development] serialization support?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-09-13 10:52:28
|
On 9/13/06, Neal Becker <ndb...@gm...> wrote: > On Wednesday 13 September 2006 12:58 am, Roman Yakovenko wrote: > > On 9/13/06, Neal Becker <ndb...@gm...> wrote: > > > Has any work been done on adding boost::serialization support? > > > > What do you mean? > > Automatic generation of pickle support. Probably using boost::serialization. That what I thought. No we don't work on this functionality. Moreover I think, that Py++ can not implement it. The primary reason is that Py++ deals with class interface and not with its state. Py++ can provide some convinience API that will make the task to be easier to implement. Tell me what you need and I will check how I can integrate your ideas. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |