private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
NotSerializableException if the servlet is not serializable.IOException - I/O exception.ClassNotFoundException - cannot a class through its fully-qualified name and can not find its definition on the classpath.private void writeObject(ObjectOutputStream out) throws IOException
NotSerializableException if the servlet is not serializable.IOException - I/O exception.Copyright © 2023. All rights reserved.