Yes. Making the variable transient helped. Can we create a jira issue and mark this variable as transient if it doesn't affect others?

Thanks
Pallavi

Sean Owen wrote:
Ah I seem to remember that. Pallavi does it work for you?

The semantics even make sense according to what transient really means
-- not part of the serialized state. Though it would re-initialize to
0 if we ever used Java serialization and that's not right...)

On Fri, Mar 12, 2010 at 4:55 PM, Jeff Eastman
<j...@windwardsolutions.com> wrote:
I think if you mark the instVar as transient then Json won't include its
state in the JsonString.

Reply via email to