Re: [betwixt] serialization to DOM rather than string

2005-11-01 Thread Maciek Kolesnik
Hi Robert, I'm going to do it - it's going to be be a while tho before i can get to it. Thanks, Maciek On 10/22/05, robert burrell donkin <[EMAIL PROTECTED]> wrote: > On Fri, 2005-10-14 at 14:11 -0400, Maciek Kolesnik wrote: > > Submitting this just for consideration

[betwixt] serialization to DOM rather than string

2005-10-14 Thread Maciek Kolesnik
Submitting this just for consideration This version of BeanWriter will serialize an object graph as DOM as oppose to string. Might be useful in some cases. package COM.soundbite.xml.serialization; import java.io.IOException; import java.util.Stack; import org.apache.commons.betwixt.XMLUt

Re: [betwixt] serialization suppression in betwixt

2005-10-13 Thread Maciek Kolesnik
n > strategy) > > /root/a/aa > /root/collection > > Suppressed tree would then look like this: > > > > > > > > > > Maciek > > > > > > > > > On 10/13/05, robert burrell donkin <[EMAIL PROTECTED]> > wrote: > >

Re: [betwixt] serialization suppression in betwixt

2005-10-13 Thread Maciek Kolesnik
m implementation of the suppression strategy) /root/a/aa /root/collection Suppressed tree would then look like this: Maciek On 10/13/05, robert burrell donkin <[EMAIL PROTECTED]> wrote: > > On Thu, 2005-10-13 at 16:56 -0400, Maciek Kolesnik wrote: > > Hi, > > hi

[betwixt] serialization suppression in betwixt

2005-10-13 Thread Maciek Kolesnik
Hi, I recently downloaded v0.7 of the betwixt. The tool does really a great job - highly customizable and easy to use. I do have a suggestion for a small improvement though: As far as I know currently it is impossible to intercept the process of descending into the object graph by a custom code. C

[betwixt] serialization suppression in betwixt

2005-10-13 Thread Maciek Kolesnik
Hi, I recently downloaded v0.7 of the betwixt. The tool does really a great job - highly customizable and easy to use. I do have a suggestion for a small improvement though: As far as I know currently it is impossible to intercept the process of descending into the object graph by a custom code.