Beans serialization in JSP
Why some times tutorials make beans implement Serializable object and others do not? I know that object should be serialized when I want to send it through a network, so does that prove that each bean used in sessions should implements Serializable objects and beans defined in JSP pages should not since they are not transferred using HTTP requeset I know that object should be serialized when I want to send it through a network, so does that prove that each bean used in sessions should implements Serializable You seem to believe that objects in a session are sent to the client in the http