Notice that I made them protected and transient, and the user has to extend it and handle the serialization of _isdata (or _rddata) manually (since there is no generic and efficient way to handle it at the framework level). Otherwise, it will become null after de-serialized back.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed since 4/6/2011
Notice that I made them protected and transient, and the user has to extend it and handle the serialization of _isdata (or _rddata) manually (since there is no generic and efficient way to handle it at the framework level). Otherwise, it will become null after de-serialized back.