serializable
英 [ˈsɪərɪəlaɪzəbl]
美 [ˈsɪˌriəˌlaɪzəbl]
【计】可串行化的
双语例句
- Cannot serialize object of type '{ 0}'. The object does not have serializable members.
无法序列化类型{0}的对象。该对象没有可序列化的成员。 - If you try to serialize your object with a normal event, serialization will fail because the storage backing the event isn't serializable.
如果你试图通过一个普通事件来序列化你的对象,序列化就会失败,这是因为后备该事件的存储是不可序列化的。 - Incompatible change: Serialized object did not have the serializable superClass% 1
不兼容的更改:序列化的对象没有可序列化的超类%1 - Fortunately, this includes almost all of the objects in the core Java libraries, as well as any objects from your program that you have declared as implementing Serializable.
幸运的是,这包括了几乎所有核心Java库中的对象以及您的程序中所有声明为实现Serializable的对象。 - Serializing the session object: Since objects that have been included in a session will be synchronized across nodes of a cluster, they must be implemented with the serializable interface.
序列化会话对象:因为会话中包含的对象将在集群内的节点中进行同步,所以必须实现它们的serializable接口。 - A DOM implementation may allow you to add them, but the result will not be serializable.
dom的实现使您可以添加它们,但后果是无法序列化。 - The Future object is not serializable, which means that in a highly available environment the handle returned by the callback handler cannot be replicated.
Future对象不可序列化,这意味着,在高度可用的环境中,回调处理程序返回的句柄不能被复制。 - The JSR286 specification permits portlets to send and receive complex Java objects as event payloads, as long as these payloads are Java and JAXB XML serializable.
JSR286规范允许Portlet作为事件有效负载发送和接收复杂Java对象,前提是这些有效负载是Java和JAXBXML可序列化的。 - Pass-by-copy semantics for mutable serializable objects when running in a single address space.
在单一地址空间中运行时,易变的可序列化对象的Pass-by-copy语义。 - Serializable transactions lock all rows they read or modify to ensure the transaction is completely isolated from other tasks.
可序列化事务将锁定其读取或修改的所有行,以确保事务完全与其他任务隔离。