/[svn]
ViewVC logotype

Revision 3778


Jump to revision: Previous Next
Author: schoenebeck
Date: Sun May 24 11:20:11 2020 UTC (3 years, 10 months ago)
Changed paths: 2
Log Message:
Serialization.cpp: Fix compatibility issues with new 2nd custom data type

* When encoding serialised data stream: always write 2nd custom data type
  name to data type blob, and append it actually to the end of the data
  type blob (not somewhere in the middle), no matter if a 2nd custom type
  is actually present (i.e. empty string) in object's data type or not.

* When decoding a serialised data stream: check the size of the data type
  blob, if the blob size is longer than a Srx v1.0 format data type blob,
  then assume there is a 2nd custom data type name, so read it (it might
  be an empty string if 2nd custom data type was not present on encoding
  side's object).

* Bumped version (4.2.0.svn16).


Changed paths

Path Details
Directorylibgig/trunk/configure.ac modified , text changed
Directorylibgig/trunk/src/Serialization.cpp modified , text changed

  ViewVC Help
Powered by ViewVC