I have a serializable class.
I serialize a hashTable containing different instances of that class.
Now i need to "embed" a timer in the class to get each instance generate an event at a specific time.
The problem is the timer is not serializable, and the class can't be serialized anymore.
Is there a way to disgard the timer member when i call for the object to serialize?
I serialize a hashTable containing different instances of that class.
Now i need to "embed" a timer in the class to get each instance generate an event at a specific time.
The problem is the timer is not serializable, and the class can't be serialized anymore.
Is there a way to disgard the timer member when i call for the object to serialize?