How to lock serialization in java?

Posted by PaulP89 on Stack Overflow See other posts from Stack Overflow or by PaulP89
Published on 2010-05-09T14:12:27Z Indexed on 2010/05/09 14:18 UTC
Read the original article Hit count: 140

Filed under:
|
|

I am just starting with JAVA serialization, I have one exercise to do and I need to lock serialization on any class, it is suppose to throw an exception when I attempt to serialize that class. Does anyone know how to do it? Thank you

© Stack Overflow or respective owner

Related posts about java

Related posts about serialization