On Dec 20, 2007 10:54 AM, Martin Gainty <[EMAIL PROTECTED]> wrote:

>
> JavaDoc mentions that shallow serialization will take place with the
> include
> being arbiter of which collection classes
> may be serialized..
> hibernate has a similar situation where lazy_init="true" but I can request
> hibernate to instantiate parent and child classes via
> lazy_init="false"..
> is there any capability for lazy_init="false" i.e. serialize everything as
> default behaviour considered for JSONSerializer ?
>


I haven't looked into that area Martin. Sorry. (So far in my use cases I'm
getting back my objects disconnected from the persistence layer and nothing
is lazy loaded, so it's pretty straightforward.)

Reply via email to