Boost logo

Boost :

From: Robert Ramey (ramey_at_[hidden])
Date: 2006-10-09 12:31:38


Janek Kozicki wrote:

> Think of it. With two separate libraries (one for serialization
> and one for plugins) the user will have to register each class twice.
> Serialization already registers classes with GUID (Global Unique
> IDentifier) so plugins/extensions library should take advantage of
> that.

Oh no. registering a data type for export would be sufficient
for plug-ins AND serialization.

So I would like to see:

a) a plug-in library based on ehancement of extended_type_info
b) serialization tweaked to use this library.

The we get a "smaller" serialization library - and a separate
self contained library which is useful for other things. Just
a little code re-factoring.

Robert Ramey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk