serializable

  • 网络序列化;可串行化;可序列化

serializableserializable

serializable

序列化

利用序列化(Serializable)计算对象的大小 下面代码可以计算session的大小: 将session中的所有对象输出到文件中,文件的大小就 …

可串行化

可串行化Serializable ) 不可能 不可能 不可能 PostgreSQL 提供读已提交(read committed)和可串行化(serializable)隔 …

可序列化

可序列化SERIALIZABLE)(隔离事务的最高级别,事务之间完全隔离)快照(SNAPSHOT) 隔离级别 脏读 不可重复读 幻 …

可序列化的

所有组件都是可序列化的(serializable),所以你可以为内存或其它存储器序列化组件,之后再拆解它们(so you can serialize com…

串行读

串行读(Serializable):完全串行化的读,每次读都需要获得表级共享锁,读写相互都会阻塞查看InnoDB系统级别的事务隔离级 …

为可序列化

一个标记为可序列化Serializable特性)一个继承MarshalByRefObject。填充需要的成员并用上面的Test.DomainInfo方法输出 …

可串行化的

也就是说, 对象必须是可串行化的serializable) ,或者每个独立的成员必须提供IClonable的实现。 如果不这样,我们根本不 …

1
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的类相同。
2
Might need to be serializable, so you might have to provide a type converter, depending on which resource writer is used. 可能需要序列化,因此您可能必须提供类型转换器,这具体取决于使用的是哪种资源编写器。
3
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接口。
4
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接口。
5
Custom token object, for the lack of a better name, is really just a regular serializable object. 自定义令牌对象(因为没有更合适的名称)实际上是一个常规的可序列化对象。
6
Both are serializable, so wrapping your object in SealedObject creates a sort of "gift box" around the original object. 两者都是可序列化的,所以将对象包装在SealedObject中可以围绕原对象创建一种“包装盒”。
7
Since the context object needs to be passed across components, the object should be serializable. 因为需要跨组件传递上下文对象,所以这个对象应该是可序列化的。
8
If it must be serializable, try to make specific fields that hold sensitive data nonserializable. 如果物件必须序列化,请尝试将含有敏感资料的特定栏位还原序列化。
9
The kernel engine is a Geronimo module, which is an arbitrary set of classes, other modules, and a serializable configuration. 内核引擎是Geronimo模块,该模块是由类、其他模块和可序列化配置组成的集合。
10
The Serializable interface does not contain any methods: it exists only to tell the serialization runtime that your object is serializable. Serializable接口不包含任何方法。它的作用只是告诉序列化运行时这个对象是可以序列化的。
11
The EJB specification states that the key must be a unique value represented by a serializable object. EJB规范规定:主键必须是一个可序列化的对象所表示的独一无二的值。
12
The ObjectStateFormatter class is not optimized for any of these serializable types. ObjectStateFormatter类不为这些可序列化类型中的任何一种而优化。
13
Types that are not contracts or serializable types must be converted to contracts by the adapter segments in the pipeline. 非协定或非可序列化类型的类型必须由管线中的适配器段转换为协定。
14
The Body property can be any serializable object, such as a text string, structure object, class instance, or embedded object. Body属性可以是任何可序列化的对象,如文本字符串、结构对象、类实例或嵌入对象等。
15
A DOM implementation may allow you to add them, but the result will not be serializable. DOM的实现使您可以添加它们,但后果是无法序列化。
16
The serializable format is specific to Windows Forms only and will not be recognized by applications created outside of Windows Forms. 可序列化格式是Windows窗体所特有的格式,在Windows窗体以外创建的应用程序将无法识别该格式。
17
To pass through the isolation boundary, types must be either contracts or serializable types. 若要通过隔离界限,这些型别必须是合约或是可序列化的型别。
18
To convert the security information of the attribute target to a serializable form stored in metadata. 将属性目标的安全信息转换为存储在元数据中的可序列化形式。
19
If your handle type does not support this then the SafeHandle type wrapping it cannot be made serializable. 如果您的句柄类型不支持此操作,则不能将包装它的SafeHandle类型设置为可序列化的。
20
The scan is performed with the same semantics as a transaction running at the SERIALIZABLE isolation level. 执行扫描时所用的语义与在SERIALIZABLE隔离级别运行的事务的语义相同。
21
Remember that data maps contain the values of the JSF components, which must be serializable according to the JSF specification. 注意:数据地图包含JSF组件的值,而根据JSP规范,它们必须是可序列化的。
22
Each value can be a primitive data type or another Data Object. A Data Object is serializable. 数据对象是可序列化的。
23
If you try to serialize your object with a normal event, serialization will fail because the storage backing the event isn't serializable. 如果你试图通过一个普通事件来序列化你的对象,序列化就会失败,这是因为备份该事件的存储是不可序列化的。
24
If you pass a non-serializable object to a Clipboard method, the method will fail without throwing an exception. 如果将不可序列化的对象传递给Clipboard方法,该方法将失败,但不会引发异常。
25
TRANSACTION_SERIALIZABLE is the most restrictive and protected transaction isolation level incurring the most overhead. TRANSACTION_SERIAliZABLE是限制最严、保护最强的事务隔离级别,它会导致最大的开销。
26
It begins, but does not complete, sqlTransaction1, which uses the SERIALIZABLE isolation level to start an update transaction. 开始但是不完成sqlTransaction1,sqlTransaction1使用SERIALIZABLE隔离级别开始更新事务。
27
The Java object that you want to serialize just needs to implement an interface named java. io. Serializable. 想要序列化的Java对象只需要实现叫做java.io.Serializable的接口。
28
Sometimes these classes implement Serializable explicitly. 有时这些类显式实现Serializable。
29
Note that to write persisted objects to a resource file, the objects must be serializable. 请注意,为了将持久对象写入资源文件,这些对象必须是可序列化的。
30
Used to protect key ranges in serializable transactions. 用于保护可串行事务中的键范围。