log orange/serialization/Serializer.d @ 17:c4e7e64ffb67

age author description
Sun, 08 Aug 2010 21:59:59 +0200 Jacob Carlborg Changed toData/fromData to take an instance of the serializer instead of the archive.
Sun, 08 Aug 2010 21:27:10 +0200 Jacob Carlborg Missed some in the previous commit.
Sun, 08 Aug 2010 21:26:11 +0200 Jacob Carlborg Changed from archive to serializer in the register wrappers.
Sun, 08 Aug 2010 21:24:11 +0200 Jacob Carlborg Fixed (de)serializing of arrays and associative arrays.
Sat, 24 Jul 2010 18:58:18 +0200 Jacob Carlborg Serialization works now with D2, deserialization still doesn't work
Wed, 21 Jul 2010 13:44:08 +0200 Jacob Carlborg Now works with dmd 1.062
Mon, 31 May 2010 19:20:14 +0200 Jacob Carlborg Simplified the implementation of RegisterWrapper. Fixed: the base class of an object was not serialized
Mon, 31 May 2010 18:51:56 +0200 Jacob Carlborg Fixed structs
Mon, 31 May 2010 17:44:23 +0200 Jacob Carlborg Fixed multiple NonSerialized
Wed, 26 May 2010 17:19:13 +0200 Jacob Carlborg First commit