[betwixt] How can I ignore certain instances?

2005-02-15 Thread Christian Aust
Hi, while writing XML from a large object tree, I'd like to ignore some instances that don't need to get written out. I found that the method ignoreElement(ElementDescriptor, Context) of AbstractBeanWriter simply checks for emptyElements. Is there any other way to keep individual instances

Re: [betwixt] How can I ignore certain instances?

2005-02-15 Thread robert burrell donkin
On Tue, 2005-02-15 at 14:50, Christian Aust wrote: Hi, while writing XML from a large object tree, I'd like to ignore some instances that don't need to get written out. I found that the method ignoreElement(ElementDescriptor, Context) of AbstractBeanWriter simply checks for