Storing the address of a variable

atmosphere

Member
Joined
Jun 14, 2005
Messages
8
Programming Experience
5-10
I have a collection which, on adding an item, serializes that item and places it in a collection. However, i have one large object which i dont want to serialize because its too big. Instead i want to only store the reference (or pointer) to that object in the collection and then later use that reference to reconstruct the variable.

How do i store, and then reconstruct an instance from, a variables address?
 
Back
Top