[Mono-bugs] [Bug 531890] Object serialization fails when using GZipStream
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Aug 30 13:40:10 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=531890
User gonzalo at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=531890#c4
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
--- Comment #4 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2009-08-30 11:40:03 MDT ---
There's nothing flushing or closing the compressed stream when writing.
If you add a:
compressStream.Flush ();
after BinaryWrite () in Main, it works fine.
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list