[Mono-bugs] [Bug 646556] Binary serialization/deserialization do not work correctly if object contains nullable DateTime type.
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Oct 14 16:03:33 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=646556
https://bugzilla.novell.com/show_bug.cgi?id=646556#c3
Gonzalo Paniagua Javier <gonzalo at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
--- Comment #3 from Gonzalo Paniagua Javier <gonzalo at novell.com> 2010-10-14 20:03:33 UTC ---
I guess you mean that deserializing the .NET files in Mono fails. This is the
output I get when I do that:
--------------------
Succeeded to deserialize file:
/tmp/BinaryDeserializationTest/BinaryDeserializationTest/bin/Debug/Employee.data
Object type: BinaryDeserializationTest.Employee
Name: Employee
StartingDate: 10/14/2010 11:20:20 AM
BinaryDeserializer caught exception: Value 4164267892851870984 is outside the
valid range [0,3155378975999999999].
Parameter name: ticks
Failed to deserialize file:
/tmp/BinaryDeserializationTest/BinaryDeserializationTest/bin/Debug/EmployeeWithNullableDateTime.data
----------------------
Working on it...
--
Configure bugmail: https://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