[Mono-bugs] [Bug 615801] DataContractJsonSerializer does not set class members to null

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=615801

http://bugzilla.novell.com/show_bug.cgi?id=615801#c1


--- Comment #1 from Atsushi Enomoto aenom...@novell.com 2010-07-06 09:06:21 
UTC ---
An actual test case should make description simpler:

using System;
using System.IO;
using System.Runtime.Serialization.Json;
using System.ServiceModel;
using System.Text;
using System.Xml;

public class Test
{
public static void Main ()
{
var ds = new DataContractJsonSerializer (typeof (ClassA));
var stream = new MemoryStream ();
var a = new ClassA ();
ds.WriteObject (stream, a);
stream.Position = 0;
a = (ClassA) ds.ReadObject (stream);
Console.WriteLine (a.B);
}
}

public class ClassA { public ClassB B { get; set; } }
public class ClassB {}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 615801] DataContractJsonSerializer does not set class members to null

2010-07-06 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=615801

http://bugzilla.novell.com/show_bug.cgi?id=615801#c2


Atsushi Enomoto aenom...@novell.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|System  |WCF
 Resolution||FIXED
 AssignedTo|aenom...@novell.com |atsu...@ximian.com
   Severity|Major   |Normal

--- Comment #2 from Atsushi Enomoto aenom...@novell.com 2010-07-06 09:09:19 
UTC ---
Fixed in svn (r159944).

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the QA contact for the bug.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 615801] DataContractJsonSerializer does not set class members to null

2010-06-30 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=615801

http://bugzilla.novell.com/show_bug.cgi?id=615801#c


Miguel de Icaza mig...@novell.com changed:

   What|Removed |Added

 CC||mig...@novell.com
 AssignedTo|mono-bugs@lists.ximian.com  |aenom...@novell.com

-- 
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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs


[Mono-bugs] [Bug 615801] DataContractJsonSerializer does not set class members to null

2010-06-21 Thread bugzilla_noreply
http://bugzilla.novell.com/show_bug.cgi?id=615801

http://bugzilla.novell.com/show_bug.cgi?id=615801#c


Geoff Norton gnor...@novell.com changed:

   What|Removed |Added

  Component|Class Libraries |System
 AssignedTo|gnor...@novell.com  |mono-bugs@lists.ximian.com
Product|MonoTouch   |Mono: Class Libraries

-- 
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.
___
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs