How to deal with non-serializable fields in Java correctly
1–4 of 4 posts
Re: How to deal with non-serializable fields in Java correctly
#2[deleted]
Re: How to deal with non-serializable fields in Java correctly
#3If you ever wondered how to generically handle NotSerializableException the easy way, or whether is it possible to have final transient fields that work correctly, I wrote an article about this.
Re: How to deal with non-serializable fields in Java correctly
#4[deleted]