Since I can find no specific mention that ptr_container classes can be serialized, I assume that means they can NOT be serialized. Right? Merrill
On 11/24/05, Merrill Cornish
Since I can find no specific mention that ptr_container classes can be serialized, I assume that means they can NOT be serialized. Right?
Right. Can not be serialized.
Merrill _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Felipe Magno de Almeida Developer from synergy and Computer Science student from State University of Campinas(UNICAMP). Unicamp: http://www.ic.unicamp.br Synergy: http://www.synergy.com.br "There is no dark side of the moon really. Matter of fact it's all dark."
Felipe Magno de Almeida wrote:
On 11/24/05, Merrill Cornish
wrote: Since I can find no specific mention that ptr_container classes can be serialized, I assume that means they can NOT be serialized. Right?
Right. Can not be serialized.
What does this mean? serialization isn't implemented? or that it cannot be serialized in principal? or that the interface isn't rich enough to permit serialization? Just curious. Robert Ramey
On 11/24/05, Robert Ramey
Felipe Magno de Almeida wrote:
On 11/24/05, Merrill Cornish
wrote: Since I can find no specific mention that ptr_container classes can be serialized, I assume that means they can NOT be serialized. Right?
Right. Can not be serialized.
What does this mean? serialization isn't implemented? or that it cannot be serialized in principal? or that the interface isn't rich enough to permit serialization?
Serialization is not implemented. I have writed some code for serialization of ptr_list. But that's only it. I have used the serialization code for STL containers as a base, so I think it is not that hard to extend. But for now serialization of ptr_containers arent implemented.
Just curious.
Robert Ramey
-- Felipe Magno de Almeida Developer from synergy and Computer Science student from State University of Campinas(UNICAMP). Unicamp: http://www.ic.unicamp.br Synergy: http://www.synergy.com.br "There is no dark side of the moon really. Matter of fact it's all dark."
participants (3)
-
Felipe Magno de Almeida
-
Merrill Cornish
-
Robert Ramey