Which serialization format does Java use?

假装没事ソ 提交于 2019-12-23 08:05:27

问题


In an RMI program, I want to implement the Serializable interface to serialize objects received from a server. Does Java 6 use a built-in serialization format? I wanted to know if there is a specific name for the serialization format.


回答1:


Yes, Java has its own binary serialization format. And I don't think it has a name other than Java serialization [format | protocol].



来源:https://stackoverflow.com/questions/6638051/which-serialization-format-does-java-use

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!