~zorba-coders/zorba/bug-1189803

« back to all changes in this revision

Viewing changes to src/zorbaserialization/archiver_consts.h

  • Committer: Luis Rodriguez Gonzalez
  • Date: 2013-09-19 14:00:22 UTC
  • mfrom: (11612.1.19 lp_zorba)
  • Revision ID: kuraru@gmail.com-20130919140022-tw41ekb6ey16xbxi
MergedĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
  serialized when a pointer to it was encountered. In this case, during
37
37
  deserialization, the archiver will allocate the obj on the heap and fill-in
38
38
  its data members. If the kind is NORMAL, then the obj was serialized when the
39
 
  objitself was encountered (e.g., the object was an embedded data member of
 
39
  object itself was encountered (e.g., the object was an embedded data member of
40
40
  another obj, or was residing on the program stack). In this case, during
41
41
  deserialization, the object exists already (in an uninitialized state) and a
42
42
  reference to it is given to the archiver, which will fill-in the obj's data.