Ticket #65 (closed enhancement: fixed)
Different strategy for XMLSerializer
| Reported by: | mikey | Owned by: | schst |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | XMLSerializer | Version: | SVN-trunk |
| Keywords: | Cc: |
Description
Currently the XMLSerializer will export the return values of all public methods, that do not require any parameters. Unfortunately this requires to mark all methods that should not be used for the serialization with @XMLIgnore. While this approach may have its benefits in some cases, in other cases it would be sufficient to mark only the methods that should be exported. Therefore the serializer should be configurable with a strategy which allows to decide on a case by case approach if all unmarked methods should be exported or not.
Change History
Note: See
TracTickets for help on using
tickets.
