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またはその他のプロトコルを使用できます。