[Mono-bugs] [Bug 73114][Nor] Changed - Serialization/deserialization incompatibilities between Mono and .NET
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 1 Mar 2005 06:34:51 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by dezelin@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=73114
--- shadow/73114 2005-03-01 06:24:22.000000000 -0500
+++ shadow/73114.tmp.6241 2005-03-01 06:34:51.000000000 -0500
@@ -60,6 +60,16 @@
------- Additional Comments From dezelin@gmail.com 2005-02-28 10:15 -------
Sorry if I didn't provide you with a simpler test case, I don't know
where's the problem precisely.
Cheers,
Aleksandar Dezelin
+
+------- Additional Comments From dezelin@gmail.com 2005-03-01 06:34 -------
+I think that this deserialization problem lies somewhere in
+ObjectReader class. I don't have a debugger and don't understand
+deserialization code to try tracing this bug by myself. If you take a
+look at the class Report, you'll see that it uses custom
+serialization/deserialization for making serialized objects smaller.
+Based on class fields, our custom serializer skips some values. We
+store those binary files (from the file templates.tar.bz2) as fields
+in Sql server and load/deserialize them when we need to print a report.