[Mono-bugs] [Bug 536739] New: When serializing an object tree, properties not called in code do not serialize

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Sep 3 22:52:20 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=536739


           Summary: When serializing an object tree, properties not called
                    in code do not serialize
    Classification: Mono
           Product: MonoTouch
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Tools
        AssignedTo: gnorton at novell.com
        ReportedBy: sguindon at truecontext.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


Created an attachment (id=316745)
 --> (http://bugzilla.novell.com/attachment.cgi?id=316745)
sample project

User-Agent:       Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_7; en-us)
AppleWebKit/530.18 (KHTML, like Gecko) Version/4.0.1 Safari/530.18

Ideally as discussed on IRC if [Serializable] is marked, that object tree won't
get stripped off by the linker.

Reproducible: Always

Steps to Reproduce:
1.Create some objects, with properties
2.Instantiate the variables
3.Try to serialize them
Actual Results:  
Any properties not called via code won't serialize in the XML.

Expected Results:  
All properties of an object to be marked [Serializable] to be serialized as
normal.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list