serializable
- 【计】可串行化的
-
The method parameters and return types must be serializable .
方法参数和返回类型必须是可序列化的。
-
You first check whether the object implemented the serializable interface .
首先应该检查该对象是否实现了serializable接口。
-
Always use transaction isolation level set to Serializable .
总是将事务隔离级别设置为序列的。
-
Furthermore , all the data fields in the class must themselves be serializable .
此外,该类中的所有数据字段本身必须是序列化的。
-
Define XML serializable types for the return value ( and the parameters ) .
为返回值和参数定义XMLserializable类型。
-
An Algorithm for Serializable Schedule and Deadlock Detection in Concurrent Operation of Database
数据库并发操作的可串行化调度与死锁检测算法
-
An array or collection of serializable types is also serializable .
序列化类型的数组或集合也是序列化的。
-
Each value can be a primitive data type or another Data Object . A Data Object is serializable .
数据对象是可序列化的。
-
Formal Method for Serializable Deadlock - Free Schedules of Concurrent Transactions
并发事务无死锁的可串行化调度的形式化方法
-
Moreover , as it is composed of Data Objects , a Data Graph is serializable .
此外,由于数据图是由数据对象组成的,因此它是可序列化的。
-
Since the context object needs to be passed across components , the object should be serializable .
因为需要跨组件传递上下文对象,所以这个对象应该是可序列化的。
-
In this paper , a new serializable concurrency control protocol BCC-SR is proposed .
提出了一种新的可串行化并发控制协议BCCSR。
-
Weak Serializable Concurrency Control for Real-Time Broadcast Environments
实时广播环境中的弱可串行化并发控制
-
Derivation being used has been marked as serializable .
派生已被标记为可序列化的。
-
Both the read committed and serializable isolation levels provide a high degree of consistency and concurrency .
已提交读取隔离和串行化隔离都能实现高度的数据一致性及并发访问能力。
-
The most effective method for deciding if a schedule is serializable is Two-phase locking protocol .
判断一个调度是否可串行化调度的最有效方法是两段锁协议。
-
A DOM implementation may allow you to add them , but the result will not be serializable .
dom的实现使您可以添加它们,但后果是无法序列化。
-
Scan this file for serializable types .
按顺序扫描所有类型。
-
Only when it is executed inside a serializable transaction
仅在可串行事务内部执行该存储过程时
-
Directory services provide a way to store and retrieve information , such as serializable objects , in a distributed environment .
目录服务提供了在分布式环境中存储和检索信息的一种方法,比如序列化对象。
-
Read committed , Read uncommitted , Repeatable Read , Serializable
提交读,未提交读,可重复读,可串行读
-
The type { 0 } in Assembly { 1 } is not marked as serializable .
程序集{1}中的类型{0}未标记为可序列化。
-
This event argument must be used between threads in an inter communication process , and so it must be serializable .
此事件参数必须使用线程之间的进程间通信,因此它必须是可序列。
-
Custom token object , for the lack of a better name , is really just a regular serializable object .
自定义令牌对象(因为没有更合适的名称)实际上是一个常规的可序列化对象。
-
Incompatible change : The class hierarchy of the serializable superClass % 1 has been changed
不兼容的更改:可序列化的超类%1的类层次结构已经更改
-
Pass-by-copy semantics for mutable serializable objects when running in a single address space .
在单一地址空间中运行时,易变的可序列化对象的Pass-by-copy语义。
-
However , on the one hand , The Two-phase locking protocol is only sufficient condition but necessary condition of serializable schedule ;
但是,一方面,事务遵守两段锁协议只是可串行化调度的充分条件而不是必要条件;
-
Cannot serialize object of type ' { 0 } ' . The object does not have serializable members .
无法序列化类型{0}的对象。该对象没有可序列化的成员。
-
Value cannot be added to the property bag because it is not Cloneable and serializable .
值不能添加到属性包,因为它无法克隆,也无法序列化。
-
Might need to be serializable , so you might have to provide a type converter , depending on which resource writer is used .
可能需要序列化,因此您可能必须提供类型转换器,这具体取决于使用的是哪种资源编写器。