I know about customizing the serialization process by including necessary methods in a class. But is it possible to change the serialization process at run time??
For example, I have defined a field in a class as transient but I want to serialize it at run time. Can this be done and how?
Thanks in advance.