Ticket #108 (closed defect: fixed)
XMLSerializer should not serialize public static properties
| Reported by: | mikey | Owned by: | schst |
|---|---|---|---|
| Priority: | major | Milestone: | 0.4.0 |
| Component: | XMLSerializer | Version: | SVN-trunk |
| Keywords: | Cc: |
Description
Currently the XMLSerializer serializes public static properties as well. This may lead to unexpected behaviour, in particular when serializing stubEnum instances. Additionally, a static property does not belong to a specific instance of a class. Therefore this should be changed to serialize public static properties only when explicitly stated with an annotation.
Change History
Note: See
TracTickets for help on using
tickets.
