[Simple-support] Controlling Depth of Serialization
Brought to you by:
niallg
|
From: Karl G. <kar...@gm...> - 2008-07-16 21:54:53
|
Hello, Is there any way to control the depth of serialization through something like the Persister? For example, my object graph might look something like A->B->C where A,B,C are objects and -> is the direction of reference. Is there a way to specify depth=2 and have it only serialize A and B, but not C? My apologies if this is documented somewhere, but I didn't see it in the tutorial. Thanks! |