问题
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