单词 | serializes |
释义 | serializes是serialize的第三人称单数
过去式:serializized 过去式:serialized 现在分词:serializing 第三人称单数:serializes 例句释义: 连载,连续出版,分集[分期]顺次出版,使连续,顺序化 1. When overridden in a derived class, serializes Web method parameter values into a stream representing the outgoing HTTP request body. 在派生类中重写时,将Web方法的参数值序列化到表示传出HTTP请求正文的流中。 msdn2.microsoft.com 2. Most of these problems will apply to any technique which just serializes data structures to and from XML. 大多数这些问题适用于那些只是在数据结构和XML间序列化的技术。 www.infoq.com 3. Likewise, when you serialize an object with an ObjectOutputStream, the closure of its graph of references serializes with it. 同样的,如果使用一个ObjectOutputStream序列化一个对象,该对象的引用链图的关闭状态同样会被序列化。 www.bing.com 4. Class , the formatter serializes the object into a stream and inserts it into the message body . When reading from a queue using a. 类的实例将消息发送到队列时,格式化程序将对象序列化到流中并将其插入消息体。 www.bing.com 5. When a message is sent to the queue, the formatter serializes an object into a stream that can be sent to the message queue. 将消息发送到队列时,格式化程序将对象序列化到可发送到消息队列的流中。 msdn2.microsoft.com 6. So there is often a requirement to write code that reads (deserializes or parses ) and writes (serializes) XML. 因此,总是需要写代码来读(反序列化或解析)和写(序列化)XML。 dictsearch.appspot.com 7. After the Serialize function runs, an IML file resides in the same folder as the Word document that the IML serializes (see Figure 16). Serialize函数运行后,一个IML文件将驻留在与IML序列化的Word文档相同的文件夹中(见图16)。 msdn2.microsoft.com 8. This serializes the transaction object and results in an escalation, as when a transaction is serialized across an application domain. 这将序列化事务对象并导致升级,就像跨应用程序域序列化事务时一样。 msdn2.microsoft.com 9. Note that the serialization runtime serializes the data members of your Java objects during the serialization process. 请注意序列化运行时会在序列化过程中把Java对象的数据成员序列化。 www.ibm.com 10. When implemented in a class, serializes an object into the body of the message. 在类中实现时,将对象序列化到消息体中。 msdn2.microsoft.com 1. However, the . NET client de-serializes it into a zero length string instead of a null string. 然而,.NET客户端将其反序列化成长度为0的字符串而不是空的字符串。 www.ibm.com 2. Method automatically serializes the provided objects, and all objects connected to it, to the provided stream . 方法会自动将所提供的对象以及与它连接的所有对象序列化为所提供的流。 www.bing.com 3. The SOAP binding serializes the return value from the EJB or Java object into a SOAP response message. SOAP绑定将EJB或Java对象返回的值序列化到SOAP响应消息中。 www-128.ibm.com 4. XML serialization serializes only the public fields and property values of an object into an XML stream. XML序列化仅将对象的公共字段和属性值序列化为XML流。 msdn2.microsoft.com 5. When overridden in a derived class, serializes the graph of objects with the specified root to the stream already attached to the formatter. 当在派生类中重写时,将具有指定根的对象图形序列化为已经连接到格式化程序的流。 msdn2.microsoft.com 6. This enables version-tolerant serialization of types created for older versions of an application that serializes data. 这允许为某个应用程序的各个旧版本创建的多个类型进行版本兼容的序列化。 msdn2.microsoft.com 7. Selecting an XML column from a table also serializes its result into a CLOB. 从一个表中选择一个XML列也会导致结果被串行化为一个CLOB。 www.ibm.com 8. A single process that has multiple tasks to perform implicitly serializes those tasks, because there is only one thread of control. 一个单独的有多个任务的进程在后台连续的完成这些人物,因为仅仅有一个控制线程。 bbs.et8.net 9. Synchronization serializes access to an object thereby minimizing potential concurrency. 同步实现了访问的串行化,因此可以降低了并发冲突风险。 dictsearch.appspot.com 10. Serializes the specified collection of objects and stores them in a serialization data object. 序列化指定的对象集合并将其存储在序列化数据对象中。 msdn2.microsoft.com 1. Which serializes the message into a stream that is passed down the channel sink chain to the client transport sink. 它将消息序列化为流,该流沿信道接收链向下传递到客户端传输接收器。 msdn2.microsoft.com 2. Note that XQUERY, by default, serializes its result set into a CLOB. 注意,默认情况下,XQUERY会将它的结果串行化为一个CLOB。 www.ibm.com 3. XML serialization serializes only public properties and fields and does not preserve type fidelity. XML序列化仅序列化公共属性和字段,且不保持类型保真度。 msdn2.microsoft.com 4. Serializes the given object into a resource bundle using the given resource name. 将给定对象序列化为使用给定资源名称的资源包。 msdn2.microsoft.com 5. The binary serializer, unlike the XML serializer, serializes fields, regardless of accessibility. 与XML序列化程序不同的是,二进制序列化程序序列化字段,而不管是否可以访问。 dictsearch.appspot.com 6. Serializes and deserializes an instance of a type into an XML stream or document using a supplied data contract . 使用提供的数据协定,将类型实例序列化和反序列化为XML流或文档。 www.bing.com 7. Serializes the specified object into a CodeDOM object. 将指定的对象序列化为CodeDOM对象。 msdn2.microsoft.com 8. Serializes the given collection into a CodeDOM object. 将给定集合序列化为CodeDOM对象。 msdn2.microsoft.com 9. When the configuration system serializes a hierarchy of configuration objects to XML, it checks the value of this property. 当配置系统将配置对象的层次结构序列化到XML中时,它会检查此属性的值。 technet.microsoft.com 10. You assign keys and values to the ViewState property, and the Page object serializes the state information between requests. 您为ViewState属性指定键和值,Page对象将对请求之间的状态信息进行序列化。 msdn2.microsoft.com 1. Finally, an output node serializes the transformed message and sends it to the service instance. 最后,输出节点序列化转换后的数据,并将数据发送到服务实例。 www.ibm.com 2. Serializes the properties on the given object into the invariant cultures resource bundle. 将给定对象的属性序列化为固定区域性资源包。 msdn2.microsoft.com 3. Serializes the licenses within the specified design-time license context using the specified key and output stream. 使用指定的密钥和输出流将指定设计时许可证上下文中的许可证序列化。 msdn2.microsoft.com 4. Serializes the given object into an expression appropriate for the invariant culture. 将指定的物件序列化为适于不因文化特性而异的运算式。 msdn.microsoft.com 5. Serializes the specified events into the given statement collection. 将指定事件序列化为给定的语句集合。 msdn2.microsoft.com 6. Serializes the given member on the given object, accounting for the default property value. 根据默认属性值,序列化给定对象上的给定成员。 msdn2.microsoft.com 7. Serializes the properties on the given object into the given statement collection. 将给定对象的属性序列化为给定的语句集合。 msdn2.microsoft.com 8. Because the agent serializes access to the data, there is no risk of a race condition or data corruption. 由于agent序列化了数据访问,因此不会有竞争条件或数据损坏风险。 www.ibm.com 9. Serializes the given member on the given object, but also serializes the member if it contains the default property value. 将给定对象的给定成员序列化,但是,如果成员包含默认属性值,也要序列化该成员。 msdn2.microsoft.com 10. Method serializes the given root object and optional collection of members to create a new type definition. 方法序列化给定根对象和可选的成员集合以创建新的类型定义。 msdn2.microsoft.com 1. Serializes the given event into the given statement collection. 将给定事件序列化为给定的语句集合。 msdn2.microsoft.com 2. Serializes the specified object and writes the XML document to a file using the specified. 和指定命名空间及编码样式序列化指定对象并将XML文档写入文件。 msdn2.microsoft.com 3. Method is a helper method that serializes a value to a resource bundle under the given name. 方法是帮助器方法,可将值序列化为使用给定名称的资源包。 msdn2.microsoft.com 4. Serializes its schema and instance data by default in Web services and remoting scenarios. 在Web服务和远程处理方案中,默认情况下, msdn2.microsoft.com 5. This, effectively, serializes a list of to, cc, and bcc addresses, plus a subject and body field. 这个字符串实际上包含多个参数,包括to、cc和bcc地址的列表以及一个主题和邮件体字段。 www.ibm.com 6. Gets or sets a Type that serializes parameters sent from an XML Web service client to the XML Web service method. 获取或设置一个Type,它对从XMLWebservices客户端发送到XMLWebservices方法的参数进行序列化。 msdn2.microsoft.com 7. The XmlSerializer serializes data and runs any code using any type given to it. XmlSerializer将使用为其指定的任何类型对数据进行序列化并运行任何代码。 msdn2.microsoft.com 8. The following example serializes a class that contains a field named Members that returns an array of objects. 下面的示例序列化一个包含名为Members字段的类,该字段返回一个对象数组。 msdn2.microsoft.com 9. By default, the XmlSerializer serializes a class member as an XML element. 默认情况下,XmlSerializer将类成员序列化为XML元素。 msdn2.microsoft.com 10. The object itself serializes components the same way designers write source for them, by storing their state, property by property. 对象自身序列化组件的方式与设计器为其写入源的方式相同,都是逐个属性地存储其状态。 msdn2.microsoft.com 1. The following example serializes the class named Group, which contains a field named Comment. 下面的示例序列化一个名为Group的类,它包含一个名为Comment的字段。 msdn2.microsoft.com 2. Serializes the view state for a Web Forms page. 序列化Web窗体页的视图状态。 msdn2.microsoft.com 3. Because the reference counting algorithm implicitly serializes operations, a certain amount of thread safety is also lost. 由于引用计数算法对操作进行隐式序列化,因此也会损失一定的线程安全性。 msdn2.microsoft.com 4. Serializes the object root by creating a new type declaration that defines root. 通过创建定义根的新类型声明将对象根序列化。 msdn2.microsoft.com 5. Serializes and deserializes an object, or an entire graph of connected objects, in SOAP format . 以二进制格式将对象或整个连接对象图形序列化和反序列化。 www.bing.com 6. Serializes a class as an XML root element. 如何将类作为XML根元素序列化。 msdn2.microsoft.com 7. Serializes the given object into an expression. 将给定对象序列化为表达式。 msdn2.microsoft.com 8. The application wizard supports this option, but you must write the code that serializes the document. 应用程序向导支持该选项,但用户必须编写将文档序列化的代码。 msdn2.microsoft.com 9. Serializes an object into an expression. 将对象序列化为表达式。 msdn2.microsoft.com 10. This example serializes TimeZoneInfo objects so that they are available in a resource file at compile time. 此示例序列化了TimeZoneInfo对象,这样便可在编译时从资源文件中获得它们。 msdn2.microsoft.com 1. It serializes and deserializes messages and supports ByteMessage for transfer of pure byte[] data. 它把消息序列化并反序列化,而且支持传递纯byte[]数据的ByteMessage。 www.infoq.com 2. Serializes the given member on the given object. 序列化给定对象上的给定成员。 msdn2.microsoft.com 3. The runtime then serializes the SOAPElement to the raw message on the wire. 然后运行序列化SOAPElement为原始的消息。 www.ibm.com 4. Serializes a property on the given object. 序列化给定对象的属性。 msdn2.microsoft.com 5. Serializes the property to disk. 将属性序列化到磁盘。 msdn2.microsoft.com 6. In ADO. NET 1. X, the DataSet serializes as XML, even when using the binary formatter. 在ADO.NET1.x中,DataSet序列化为XML(甚至在使用二进制格式化程序时也是如此)。 msdn2.microsoft.com 7. When the XmlSerializer serializes objects that include both the base and the derived classes, it can then recognize both object types. XmlSerializer在序列化同时包含基类和派生类的对象时,可识别两种对象类型。 msdn2.microsoft.com 8. For example, if you create an application that serializes orders that include credit card numbers, the data is highly sensitive. 例如,如果您创建了一个应用程序,对包含信用卡号码的订单进行序列化,这一数据就非常敏感。 msdn2.microsoft.com 9. Individually serializes each user-scoped application settings property to its corresponding application setting in the appropriate 将每个用户范围的应用程序设置属性分别序列化为相应 msdn2.microsoft.com 10. Serializes the XML-encrypted file into a text string and passes it to the 方法将XML加密的文件序列化成文本字符串,并将它传递给 www-128.ibm.com 1. Serializes and de-serializes resources using configurable JAX-RS providers 使用可配置的JAX-RS提供者序列化和反序列化资源 www.ibm.com 2. Serializes this instance into the specified 将此实例序列化到指定的 msdn2.microsoft.com 3. Serializes an object state graph to the specified 将对象状态图序列化为指定的 msdn2.microsoft.com 4. Serializes the given object to the given 将给定的对象序列化为给定的 msdn2.microsoft.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。