Author: qmathe
Date: Sun Oct 12 13:45:41 2008
New Revision: 3686

URL: http://svn.gna.org/viewcvs/etoile?rev=3686&view=rev
Log:
Fixed the custom serialization code of array, set and dictionary to call 
-storeObjectFromAddress:withName:, and thereby supports the encoding collection 
elements into UUIDs. Core objects inside a collection should now be serialized 
as expected.
Fixed -loadUUID:withName: in ETDeserializer to correctly handle all possible 
return values for -deserialize:fromPointer:version:. Until now if a manual 
deserialization returned a custom address, this address was overwritten by an 
incorrect OFFSET_OF_IVAR call.

Modified:
    trunk/Etoile/Frameworks/EtoileSerialize/Sources/ETDeserializer.m
    trunk/Etoile/Frameworks/EtoileSerialize/Sources/GSArray+ETSerializable.m
    
trunk/Etoile/Frameworks/EtoileSerialize/Sources/GSDictionary+ETSerializable.m
    trunk/Etoile/Frameworks/EtoileSerialize/Sources/GSSet+ETSerializable.m


_______________________________________________
Etoile-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-cvs

Reply via email to