I\'ve been working on a Java web application where the framework insists that everything is Serializable. I assume that this isn\'t specific to the framework but to web app
Depending on the web framework, objects in the session might be persisted to disk by using serialization.