Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
246 views

Fetching Object Size using Instrumentation

I have an object which is a composite of several other objects. When i use the getObjectSize() method in the Instrumentation package, does it include the size of the composite objects also?
0
votes
6answers
875 views

Java: Serializing unknown Arraysize

If I safe an Array and reload it, is there a possibility to get the size if its unknown? Thanks