Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我不实现可序列化,那么我的对象就不能被序列化,这是真的吗?什么情况下对象不能在 Java 中序列化?
除非您实现,否则您不能使用 Java 序列化机制Serializable,但这不是唯一的选择。
Serializable
您可以使用 JAX-B 将任何对象序列化为 XML 并返回。如果您愿意,可以使用 Google 的 protobuf 或任何其他协议。