ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# 序列化 serialization Serialization is a mechanism by which you can save the state of an object by converting it to a byte stream. JAVA中实现serialization主要靠两个类: - ObjectOuputStream - ObjectInputStream 他们是JAVA IO系统里的OutputStream和InputStream的子类