Sunday, 25 August 2013

Changing serialization process at run time

Changing serialization process at run time

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.

No comments:

Post a Comment