
Public Member Functions | |
| ObjectInstance (Object o, Class clazz) | |
| ObjectInstance (Object o) | |
Protected Attributes | |
| Class | clazz |
| Object | o |
Static Private Attributes | |
| static final long | serialVersionUID = 2 |
| ObjectInstance | ( | Object | o | ) |
| ObjectInstance | ( | Object | o, | |
| Class | clazz | |||
| ) |
Creates a new ObjectInstance
| o | The object for the instance | |
| clazz | The class the object is of |
Class clazz [protected] |
The class the object is of
Object o [protected] |
The object for the instance
final long serialVersionUID = 2 [static, private] |
Unique serialisation id.
1.5.8