Why and how is serialization used in Java web applications?

后端 未结 5 1021
名媛妹妹
名媛妹妹 2020-12-30 05:13

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

5条回答
  •  感情败类
    2020-12-30 06:00

    Depending on the web framework, objects in the session might be persisted to disk by using serialization.

提交回复
热议问题