单词 | serializable | ||||||||||||||
释义 | serializable
更多释义 收起释义 例句释义: 序列化,可串行化,可序列化 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的类相同。 www.ibm.com 2. Might need to be serializable, so you might have to provide a type converter, depending on which resource writer is used. 可能需要序列化,因此您可能必须提供类型转换器,这具体取决于使用的是哪种资源编写器。 msdn2.microsoft.com 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接口。 www.ibm.com 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接口。 www.ibm.com 5. Custom token object, for the lack of a better name, is really just a regular serializable object. 自定义令牌对象(因为没有更合适的名称)实际上是一个常规的可序列化对象。 www.ibm.com 6. Both are serializable, so wrapping your object in SealedObject creates a sort of "gift box" around the original object. 两者都是可序列化的,所以将对象包装在SealedObject中可以围绕原对象创建一种“包装盒”。 www.ibm.com 7. Since the context object needs to be passed across components, the object should be serializable. 因为需要跨组件传递上下文对象,所以这个对象应该是可序列化的。 www.ibm.com 8. If it must be serializable, try to make specific fields that hold sensitive data nonserializable. 如果物件必须序列化,请尝试将含有敏感资料的特定栏位还原序列化。 technet.microsoft.com 9. The kernel engine is a Geronimo module, which is an arbitrary set of classes, other modules, and a serializable configuration. 内核引擎是Geronimo模块,该模块是由类、其他模块和可序列化配置组成的集合。 www.ibm.com 10. The Serializable interface does not contain any methods: it exists only to tell the serialization runtime that your object is serializable. Serializable接口不包含任何方法。它的作用只是告诉序列化运行时这个对象是可以序列化的。 www.ibm.com 1. The EJB specification states that the key must be a unique value represented by a serializable object. EJB规范规定:主键必须是一个可序列化的对象所表示的独一无二的值。 www.ibm.com 2. The ObjectStateFormatter class is not optimized for any of these serializable types. ObjectStateFormatter类不为这些可序列化类型中的任何一种而优化。 msdn2.microsoft.com 3. Types that are not contracts or serializable types must be converted to contracts by the adapter segments in the pipeline. 非协定或非可序列化类型的类型必须由管线中的适配器段转换为协定。 207.46.16.251 4. The Body property can be any serializable object, such as a text string, structure object, class instance, or embedded object. Body属性可以是任何可序列化的对象,如文本字符串、结构对象、类实例或嵌入对象等。 msdn2.microsoft.com 5. A DOM implementation may allow you to add them, but the result will not be serializable. DOM的实现使您可以添加它们,但后果是无法序列化。 www-128.ibm.com 6. The serializable format is specific to Windows Forms only and will not be recognized by applications created outside of Windows Forms. 可序列化格式是Windows窗体所特有的格式,在Windows窗体以外创建的应用程序将无法识别该格式。 msdn2.microsoft.com 7. To pass through the isolation boundary, types must be either contracts or serializable types. 若要通过隔离界限,这些型别必须是合约或是可序列化的型别。 technet.microsoft.com 8. To convert the security information of the attribute target to a serializable form stored in metadata. 将属性目标的安全信息转换为存储在元数据中的可序列化形式。 msdn2.microsoft.com 9. If your handle type does not support this then the SafeHandle type wrapping it cannot be made serializable. 如果您的句柄类型不支持此操作,则不能将包装它的SafeHandle类型设置为可序列化的。 msdn2.microsoft.com 10. The scan is performed with the same semantics as a transaction running at the SERIALIZABLE isolation level. 执行扫描时所用的语义与在SERIALIZABLE隔离级别运行的事务的语义相同。 msdn2.microsoft.com 1. Remember that data maps contain the values of the JSF components, which must be serializable according to the JSF specification. 注意:数据地图包含JSF组件的值,而根据JSP规范,它们必须是可序列化的。 www.ibm.com 2. Each value can be a primitive data type or another Data Object. A Data Object is serializable. 数据对象是可序列化的。 www.ibm.com 3. If you try to serialize your object with a normal event, serialization will fail because the storage backing the event isn't serializable. 如果你试图通过一个普通事件来序列化你的对象,序列化就会失败,这是因为备份该事件的存储是不可序列化的。 tc.wangchao.net.cn 4. If you pass a non-serializable object to a Clipboard method, the method will fail without throwing an exception. 如果将不可序列化的对象传递给Clipboard方法,该方法将失败,但不会引发异常。 msdn2.microsoft.com 5. TRANSACTION_SERIALIZABLE is the most restrictive and protected transaction isolation level incurring the most overhead. TRANSACTION_SERIAliZABLE是限制最严、保护最强的事务隔离级别,它会导致最大的开销。 www.ibm.com 6. It begins, but does not complete, sqlTransaction1, which uses the SERIALIZABLE isolation level to start an update transaction. 开始但是不完成sqlTransaction1,sqlTransaction1使用SERIALIZABLE隔离级别开始更新事务。 msdn2.microsoft.com 7. The Java object that you want to serialize just needs to implement an interface named java. io. Serializable. 想要序列化的Java对象只需要实现叫做java.io.Serializable的接口。 www.ibm.com 8. Sometimes these classes implement Serializable explicitly. 有时这些类显式实现Serializable。 www.ibm.com 9. Note that to write persisted objects to a resource file, the objects must be serializable. 请注意,为了将持久对象写入资源文件,这些对象必须是可序列化的。 msdn2.microsoft.com 10. Used to protect key ranges in serializable transactions. 用于保护可串行事务中的键范围。 msdn2.microsoft.com 1. This instance can be a string, stream, or any serializable object. 该实例可以是字符串、流或任何可序列化的对象。 msdn2.microsoft.com 2. Java-language serializable types now automatically support. NET serialization. Java语言可序列化类型现在自动支持。 msdn2.microsoft.com 3. You first check whether the object implemented the serializable interface. 首先应该检查该对象是否实现了serializable接口。 www.ibm.com 4. The data definition involves creating a serializable object and persisting the object using serialization semantics. 数据定义涉及到使用序列化语义建立一个可序列化对象并持久化该对象。 www-128.ibm.com 5. Serializable transactions lock all rows they read or modify to ensure the transaction is completely isolated from other tasks. 可序列化事务将锁定其读取或修改的所有行,以确保事务完全与其他任务隔离。 technet.microsoft.com 6. To write persisted objects to a resource file the objects must be serializable. 若要将持久对象写入资源文件,这些对象必须是可序列化的。。 msdn2.microsoft.com 7. Note: Transactions containing DML statements with subqueries should use serializable isolation to guarantee consistent read. 如果事务中存在使用了子查询的DML语句,应该使用串行化隔离来保证一致性的读取。 www.zw1840.com 8. Notice that anything having to do with java. sql and the JDBC is missing from that list of serializable objects. 注意,该表中的序列化对象中缺少处理java.sql和JDBC所必需的内容。 www.ibm.com 9. Make sure everything stored on your resources is serializable. 确保您的资源中所存储的所有内容都是可序列化的。 www.ibm.com 10. The method parameters and return types must be serializable. 方法参数和返回类型必须是可序列化的。 www.ibm.com 1. in order for an object to be serialized , you must mark that object as being serializable. 接口来执行这一操作。要使对象进行序列化,必须将该对象标记为可序列化。 www.ichacha.net 2. In general, it is recommended that detail types be custom serializable types appropriate to the fault and not a System. : : . String. 通常情况下,建议将相应的自定义可序列化类型作为错误的详细信息类型,而不是使用System.::.String。 msdn2.microsoft.com 3. Pass-by-copy semantics for mutable serializable objects when running in a single address space. 在单一地址空间中运行时,易变的可序列化对象的Pass-by-copy语义。 www.ibm.com 4. Either use custom message types or serializable parameters that are not Message objects. 使用自定义消息类型或序列化参数,该参数不是Message对象。 msdn2.microsoft.com 5. Therefore, such data members should also implement the Serializable interface. 所以,这类数据成员也应当实现Serializable接口。 www.ibm.com 6. Objects stored in session state must be serializable if the mode is set to. 则存储在会话状态中的对象必须是可序列化的。 msdn2.microsoft.com 7. The classes that you serialize with XStream don't need to implement the Serializable interface. 使用XStream序列化的类不需要实现Serializable接口。 www.ibm.com 8. Represents a serializable, strongly typed container for Web test validation rules. 表示Web测试验证规则的可序列化、强类型容器。 msdn2.microsoft.com 9. The class declaration is decorated with both the Serializable and the SqlUserDefinedTypeAttribute attributes. 使用Serializable和SqlUserDefinedTypeAttribute属性来修饰这个类声明。 msdn2.microsoft.com 10. Contains an example that uses the attribute Serializable to apply a specific characteristic to a class. 包含一个示例,该示例使用Serializable属性将特定的特性应用到类中。 msdn2.microsoft.com 1. Consider a Serializable Person class that defines a friend of its own, as shown in Listing 1. SerializablePerson类定义了一个它自己的友元,如清单1所示。 www.ibm.com 2. Values stored in the dictionary must be serializable. 字典中存储的值必须是可序列化的。 msdn.microsoft.com 3. Furthermore, all the data fields in the class must themselves be serializable. 此外,该类中的所有数据字段本身必须是序列化的。 www.ibm.com 4. Objects that you put on the session should be thread-safe and serializable. 放到会话中的对象应该是线程安全的和可序列化的。 www.ibm.com 5. As such, all values passed into the ORB must implement the serializable interface. 因而,传入ORB的所有值都必须实现可序列化的接口。 www.ibm.com 6. The stricter "serializable" settings should be used when you need a fully consistent view of the database across multiple operations. 当您需要一个跨多个操作前后完全一致的数据库视图时,就应该使用更为严格的“可序列化的”设置。 www-128.ibm.com 7. The best way to do this is by adding a FaultContractAttribute class with a custom serializable error data type to your operation. 执行此操作的最佳方式是将具有自定义可序列化错误数据类型的FaultContractAttribute类添加到操作中。 msdn2.microsoft.com 8. Represents a serializable strongly typed container for Web test plug-in references. 表示Web测试插件引用的可序列化、强类型容器。 msdn2.microsoft.com 9. Mediatable -- the data passed in and out is serializable such that it can be easily transformed. 可调整——传入传出的数据是可序列化的,这样就可容易转换。 www.ibm.com 10. Classes are often serializable by default. 默认情况下,类通常是可串行化的。 www.ibm.com 1. Only types marked with Serializable can be stored in view state. 在视图状态中,只能存储使用Serializable标记的类型。 msdn2.microsoft.com 2. Protects the range of rows read by a query when using the serializable transaction isolation level. 当使用可序列化事务隔离级别时保护查询读取的行的范围。 technet.microsoft.com 3. The transaction can undo and retry only when the remote server does support serializable transactions. 只有远程数据库支持串行化隔离模式时,事务发生错误后才能撤销并重试。 dictsearch.appspot.com 4. A message may have a number of user properties set which can be any serializable Java class. 消息可以有许多用户属性设置,它们可以是任意序列化的Java类。 www.ibm.com 5. Moreover, as it is composed of Data Objects, a Data Graph is serializable. 此外,由于数据图是由数据对象组成的,因此它是可序列化的。 www.ibm.com 6. You cannot use custom message types in your service operation with regular serializable parameters. 您不能在具有常规可序列化参数的服务操作中使用自定义消息类型。 msdn2.microsoft.com 7. In addition, objects that simply transfer data are often serializable objects. 另外,仅传输数据的对象通常是可序列化的对象。 msdn2.microsoft.com 8. It indicates that each generated bean implements the java. io. Serializable. 它表明每个产生的程序节都能够执行java. www.ibm.com 9. Specifies a data format that encapsulates any type of serializable data objects. 指定封装任何类型的可序列化数据对象的数据格式。 technet.microsoft.com 10. Always mark un-serializable member variables as non-serializable. 总是标记未序列化的成员变量为。 www.window07.com 1. A serializable, strongly typed container for Web test request headers. Web测试请求标头的可序列化、强类型容器。 msdn2.microsoft.com 2. Lists the five main steps required to make a class serializable. 列出使类可序列化所需的五个主要步骤。 msdn2.microsoft.com 3. Define XML serializable types for the return value (and the parameters). 为返回值和参数定义XMLserializable类型。 www.infoq.com 4. Always use transaction isolation level set to Serializable. 总湜将事务隔离级别设置为序列菂。 jiaocheng.gdjob168.com 5. It's important to remember that ObjectOutputStream only handles objects that implement the java. io. Serializable interface. 一定要记ObjectOutputStream只处理实现了java.io.Serializable接口的对象。 www.ibm.com 6. For the client-side beans we used the Serializable interface. 对于客户端的Bean,我们使用了Serializable接口。 www.ibm.com 7. Do this by creating a POJO that implements the "serializable" interface. 操作方法是创建一个实现这个“可序列化”接口的POJO。 www.ibm.com 8. It is recommended that all serializable classes contain a private static data member named serialVersionUID, of type long. 建议让所有可序列化的类都包含类型为long、名为serialVersionUID的私有静态数据成员。 www.ibm.com 9. For more information, see SERIALIZABLE later in this topic. 有关详细信息,请参阅本主题后面的SERIALIZABLE。 msdn2.microsoft.com 10. Directory services provide a way to store and retrieve information, such as serializable objects, in a distributed environment. 目录服务提供了在分布式环境中存储和检索信息的一种方法,比如序列化对象。 www-128.ibm.com 1. An array or collection of serializable types is also serializable. 序列化类型的数组或集合也是序列化的。 www.ibm.com 2. Derivation being used has been marked as serializable. 派生已被标记为可序列化的。 msdn2.microsoft.com 3. The serializable error detail type. 可序列化错误详细信息类型。 msdn2.microsoft.com 4. Because the PhoneBookInfo class object is passed through the EJB container, it must implement java. io. Serializable. 因为PhoneBookInfo类的对象是通过EJB容器进行传递的,所以它必须实现java. www.ibm.com 5. Attribute. To mark a class as serializable. 属性标记该类。 msdn2.microsoft.com 6. This guarantees that a series of serializable transactions will always produce the same results if run in the same sequence. 这可以保证一系列可序列化事务在以同一顺序运行的情况下将始终生成相同的结果。 technet.microsoft.com 7. The remoting system makes extensive use of serializable objects. 远程处理系统广泛使用可序列化的对象。 msdn2.microsoft.com 8. Scan this file for serializable types. 按顺序扫描所有类型。 spaces.msn.com 9. XSN-57 is an update operation under serializable isolation. XSN-57是序列化隔离下的更新操作。 msdn2.microsoft.com 10. Design it as inheriting from both Serializable and Work, just to assure we can serialize operation results. 将它设计为从Serializable和Work继承,这只是为了确保我们可以序列化操作结果。 www.ibm.com 1. What makes a serializable field? 怎样的字段才是可序列化字段? www.ibm.com 2. You don't need to use this data member anywhere in your serializable classes. 不需要在可序列化类中到处使用这个数据成员。 www.ibm.com 3. Even if a class implements Serializable, there's no guarantee that it can be serialized. 即使一个类实现了Serializable,依然不能保证它能够串行化。 www.ibm.com 4. An object that can describe a serializable object. 它是可以描述可序列化对象的对象。 msdn2.microsoft.com 5. Because the SERIALIZABLE and NOLOCK hints conflict, the resulting query is incorrect. 由于SERIALIZABLE提示和NOLOCK提示冲突,所以结果查询不正确。 msdn2.microsoft.com 6. Listing 1. Is the class serializable? 清单1.此类是否可串行化? www.ibm.com 7. Serializable -- This is the strongest level of isolation. Serializable(可串行化的)——这是隔离的最强级别。 www.ibm.com 8. The callbackID is a simple serializable object, such as a string, that is used to uniquely label the original request. callbackID是一个简单的serializable对象,如字符串,用于唯一的标记初始请求。 www.infoq.com 9. For example, if you're writing a Java Bean and want to implement Serializable, you can use this option to specify that. 比如,如果你正在写一个JavaBean并希望实现串行接口,你可以使用这个选项说明你的需求。 www.ibm.com 10. If a connection sets its transaction isolation level to serializable, SQL Server uses key-range locking to prevent phantoms. 如果某个连接将其事务隔离级别设置为可序列化,则SQLServer使用键范围锁来防止出现幻影。 technet.microsoft.com 1. Consider the case where the data source reference of the Customer BMP EJB is configured with SERIALIZABLE transaction isolation level. 考虑CustomerBMPEJB的数据源引用由SERIALIZABLE事务隔离级别配置的情况。 www.ibm.com 2. The fact that the domain objects are not serializable, so all the verifications need to happen within the container 域对象是非连续的,所以全部验证需要发生在容器内。 www.ibm.com 3. See Also: "How Oracle Manages Data Concurrency and Consistency" for a full discussion of read committed and serializable isolation levels “Oracle如何管理数据并发访问及数据一致性”详细了解已提交读取及串行化两种事务隔离级别 www.zw1840.com 4. Transparent sharing of the state for the application across multiple distributed nodes with no need to implement java. lang. Serializable 不需要实现java.lang.Serializable,在多个节点间分布的应用中透明共享状态。 www.infoq.com 5. If you do not want a field within your class to be serializable, apply the 如果不希望类中的字段可序列化,请应用 msdn2.microsoft.com 6. SET TRANSACTION ISOLATION LEVEL READ COMMITTED; SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; SET TRANSACTION READ ONLY; 设置一个事务的隔离级别 blog.sina.com.cn 7. Pseudo serializable real-time concurrency control protocol in wireless broadcast environments 广播环境中伪可串行化实时并发控制协议 www.ilib.cn 8. l SET TRANSACTION ISOLATION LEVEL READ COMMITTED; l SET TRANSACTION ISOLATION LEVEL SERIALIZABLE; l SET TRANSACTION READ ONLY; l设置一个事务的隔离级别 blog.sina.com.cn 9. You just have to implement the Serializable interface and force GWT deferred binding on client side (see the associated guide for details) 你只需要实现Serializable接口,并迫使GWT延缓捆绑于客户端(详细信息请查看相关文档)。 www.infoq.com 10. Implicit Constraints in Serializable Schedules for Nested-Transactions 嵌套事务可序列化调度中的隐式约束 www.ilib.cn 1. Weak Serializable Concurrency Control for Real-Time Broadcast Environments 实时广播环境中的弱可串行化并发控制 www.ilib.cn 2. Weak Serializable Concurrency Control in Distributed Real-Time Database Systems 弱可串行分布式实时事务并发控制 www.ilib.cn 3. The container must accept objects that implement the Serializable interface 容器必须可以访问实现序列化接口的对象 www.spmen.com 4. A New Algorithm for Serializable Concurrency Control of Real Time Transactions 一种新的实时事务并发控制方法 www.ilib.cn 5. Comparison of Read Committed and Serializable Isolation 已提交读取隔离与串行化隔离的区别 www.zw1840.com 6. NET type. The Serializable interface is marked in 序列化接口在代码生成器中进行标记 www.infoq.com 7. In addition, when adding a new field to an existing serializable type, apply the 此外,在向现有可序列化类型中添加新字段时,将 msdn2.microsoft.com 8. For information on serializable objects, see the 有关可序列化对象的信息,请参见 msdn2.microsoft.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。