users@jaxb.java.net

is there a memory overhead

From: Shashi Garje <SGarje_at_cccis.com>
Date: Wed, 28 May 2003 16:34:31 -0500

Hi
We are considering putting JAXB un-marshalled objects in the HttpSession. I
would like to know whether there is an overhead associated with these
objects in terms of the memory they use as compared to a barebones Java
bean style object with the same getters and setters ?
If there is an overhead, what are the characteristics of this overhead:

- is it a fixed amount per object (and each contained object recursively)
- is it a percentage

Please let me know if there is a writeup on this topic.
Thanks