serializable信息详情

serializable发音

意思翻译

adj.可串行化的

相似词语短语

implements serializable───实现可序列化

双语使用场景

Classes are often serializable by default.───默认情况下,类通常是可串行化的。

Listing 1. Is the class serializable?───清单1 .此类是否可串行化?

What makes a serializable field?───怎样的字段才是可序列化字段?

If you want the class to be serializable, you'll need to test it, just as you would test a class that directly implements Serializable.───若您希望类可串行化,就需要测试它,这与您需要测试一个直接实现了Serializable的类相同。

Might need to be serializable, so you might have to provide a type converter, depending on which resource writer is used.───可能需要序列化,因此您可能必须提供类型转换器,这具体取决于使用的是哪种资源编写器。

Any other Java objects that you cache must be implemented as a java. io. Externalizable or java. io. Serializable interface.───您所缓存的任何其他Java对象都必须实现java.io.Externalizable或java.io.Serializable接口。

When you put a Java object into a session and want it shared across all nodes, declare this Java object as a serializable interface.───当您将Java对象放入到会话中并希望在所有的节点之间共享该对象时,需要将这个Java对象声明为一个serializable接口。

Custom token object, for the lack of a better name, is really just a regular serializable object.───自定义令牌对象(因为没有更合适的名称)实际上是一个常规的可序列化对象。

Both are serializable, so wrapping your object in SealedObject creates a sort of "gift box" around the original object.───两者都是可序列化的,所以将对象包装在SealedObject中可以围绕原对象创建一种“包装盒”。

英语使用场景

Listing 1. Is the class serializable?

If so, those objects will need to be serializable, or they should be discarded during serialization and re-established during de-serialization.

Sometimes these classes implement Serializable explicitly.

If any object in the graph is not serializable, serialization will fail.

Pass-by-copy semantics for mutable serializable objects when running in a single address space.

You first check whether the object implemented the serializable interface.

Classes are often serializable by default.

Serializable -- This is the strongest level of isolation.

Define XML serializable types for the return value (and the parameters).