users@jaxb.java.net

Re: JAXB marshalling recurzive object strucutre

From: Dmitri Colebatch <dim_at_colebatch.com>
Date: Wed, 2 Aug 2006 19:10:55 +1000

Hi Csik,

Sorry - my apologies, I completely missed the recusive reference. I
don't believe there are any samples that cover it. Having said that I
do have some recollection of seeing similar discussions in the past.
I suppose the real question is what would you want it marshalled into?

cheers
dim

On 8/2/06, Csík Norbert <norbert.csik_at_gmail.com> wrote:
> I'm sorry, maybe I'm doing something wrong, but I can't find a related
> example. Can you help me what did you mean?
>
> Thanks,
>
> On 8/1/06, Dmitri Colebatch <dim_at_colebatch.com> wrote:
> > Hi,
> >
> > Yes JAXB can marshall that - please have a look at the samples
> > provided before asking such a question.
> >
> > dim.
> >
> > On 8/1/06, Csík Norbert <norbert.csik_at_gmail.com> wrote:
> > > Hi!
> > >
> > > Can JAXB marshall an the following object structure, and if so then how?
> > >
> > > pers1.name = "John"
> > > pers1.firm = firm1
> > >
> > > firm1.name = "ACME"
> > > firm1.directorPerson = pers1
> > >
> > > marshal(pers1)
> > >
> > > Thanks,
> > >
> > > --
> > > Norbert Csík
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> > > For additional commands, e-mail: users-help_at_jaxb.dev.java.net
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> > For additional commands, e-mail: users-help_at_jaxb.dev.java.net
> >
> >
>
>
> --
> Norbert Csík
>