I have a collection of objects that I am trying to Serialize. Unfortunately these objects all have a reference to the controller class that holds them which also holds the threads of execution. Whenever I try to serialize this collection I am getting an error that it can not Serialize a thread. Is there any way around this without restructuring my entire setup? I can give more details if that will be helpful.
I have a collection of objects that I am trying to Serialize. Unfortunately these
Share
Yes, you make the reference to the controller class transient.