Export to GitHub

mili - issue #21

progressive container serialization abilities


Posted on Jun 25, 2010 by Quick Lion

please add the ability to progressively serialize a container. Some ideas:

Mode1: with a ContainerSerialize(size, content)

Mode2: bostream bos; ContainerSerialize<T> vecser(bos, elements_count); vecser << atribute1 << attribute2; vecser << NextElemnt; // just to verify vecser << attribute1 << attribute2; // vecser checks in destructor that all elements_count has been serialized

Comment #1

Posted on Jul 4, 2010 by Quick Kangaroo

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Enhancement Priority-High