This class could be used for any object contents/memory layout printing. How shall we find a memory layout of an object?
| Author: | © quasardb - 2014 |
|---|
Get object information for any Java object. Do not pass primitives to this method because they will boxed and the information you will get will be related to a boxed version of your value.
| Parameters: |
|
|---|---|
| Throws: | |
| Returns: | Object info |