https://bugzilla.novell.com/show_bug.cgi?id=567522

https://bugzilla.novell.com/show_bug.cgi?id=567522#c3


Andrés G. Aragoneses <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|BinaryFormatter doesn't     |BinaryFormatter doesn't
                   |deserialize object right    |deserialize objects with
                   |                            |nullable types

--- Comment #3 from Andrés G. Aragoneses <[email protected]> 2010-09-09 16:46:36 
UTC ---
I have isolated the problem to just nullable types.

This simple class fails to be deserialized on mono when assigning to the field
the value 1:

[Serializable]
public class AddressBookContact
{
  public int? UserId;
}

-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to