unsubscribe

2017-05-26 Thread ANEESH .V.V
unsubscribe

Problem with serialization and deserialization

2014-06-05 Thread ANEESH .V.V
hi, I have a JTree. I want to serialize it using sc.saveAsObjectFile(path). I could save it in some location. The real problem is that when I deserialize it back using sc.objectFile(), I am not getting the jtree. Can anyone please help me on this.. Thanks