单词 | serialize |
释义 |
过去式:serializized 过去式:serialized 现在分词:serializing 第三人称单数:serializes 例句释义: 连载,连播,序列化,串行化,对象序列化 1. Note that the core DOM API does not give you methods to either parse XML data into a DOM, or to serialize the DOM back out to XML. 注意,核心DOMAPI并不能使您将XML数据解析到DOM,或者将DOM序列化为XML。 www.ibm.com 2. Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary. 不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。 www.bing.com 3. In this case, it is assumed that the serializer either already reported the error or it did not attempt to serialize the object. 在这种情况下,我们假定序列化程序或者已经报告了错误,或者没有尝试序列化该对象。 msdn2.microsoft.com 4. It is often desirable to serialize an object independent of any references that other objects may maintain to it . 通常期望序列化一个对象独立于其他对象可能维护的任何引用。 www.bing.com 5. A user interface that consistently uses Word objects to capture test data in a way that's easy to serialize to XML. 用户界面一直使用Word对象,以易于序列化为XML的方式捕获测试数据。 msdn2.microsoft.com 6. You probably do want to think at least a little about how you will serialize to ensure sufficient flexibility for evolution going forward. 您很可能确实希望多多少少地考虑如何串行化才能确保足够的灵活性,以便应对未来的发展。 www.ibm.com 7. Likewise, when you serialize an object with an ObjectOutputStream, the closure of its graph of references serializes with it. 同样的,如果使用一个ObjectOutputStream序列化一个对象,该对象的引用链图的关闭状态同样会被序列化。 www.bing.com 8. Function to serialize the variables and therefore cannot be used for complex variables by default . 函数将变量序列化,因此缺省情况下它不能用于复合变量。 www.bing.com 9. Eventually, you're going to have to serialize data across the client-server connection. 最后,您不得不序列化整个客户机-服务器连接上的数据。 www.ibm.com 10. The System. Xml. Serialization namespace contains classes that are used to serialize objects into XML format documents or streams. System.Xml.Serialization命名空间包含用于将对象序列化为XML格式文档或流的类。 msdn2.microsoft.com 1. This allows a single instance of a serialization manager to be used to serialize multiple object trees. 这允许使用序列化管理器的一个实例序列化多个对象树。 technet.microsoft.com 2. 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 3. That way, changes to faster-changing data will not force the container to serialize and propagate the slower-changing data as well. 这样,对快速改变的数据的改变也不会迫使容器去序列化并传播慢速改变的数据。 www-128.ibm.com 4. The memcached interface class allows you to serialize Java objects straight into memcached so you can store and load complex structures. memcached接口类允许将Java对象直接序列化到memcached以便于存储和加载复杂的结构。 www.ibm.com 5. Walks you step-by-step through the procedures to create a type converter for a custom type to serialize it to and from XAML. 引导您逐步完成建立自订型别之型别转换子的程序,在型别和XAML之间来回进行序列化。 technet.microsoft.com 6. When data objects push down into a Web service stack, they serialize into XML data representations. 当数据对象被放入Web服务栈中时,它们被序列化成XML数据表示。 www.ibm.com 7. Indicates a serializer for the serialization manager to use to serialize the values of the type this attribute is applied to. 指示某个序列化管理器的序列化程序,它将用于序列化此属性所应用到的类型的值。 msdn2.microsoft.com 8. Native Types and Custom classes supported - You can serialize any object in Flash Player with the only exception being displayObjects. 本地类型和自定义类的支持——除了displayObjects,你可以序列化FlashPlayer中的任何对象。 www.infoq.com 9. Identifies whether the attribute should serialize the set of key restrictions. 标识属性是否应序列化键限制集合。 msdn2.microsoft.com 10. Then, by invoking the appropriate provider, the client is able to de-serialize the response. 然后,通过调用相应的提供者,该客户端还可以对响应进行反序列化。 www.ibm.com 1. Allows other objects to serialize a group of components into a binary object. 允许其他对象将一组组件序列化为二进制对象。 msdn2.microsoft.com 2. If you try to marshal or serialize a transaction, a clone is created for you automatically. 如果尝试封送或序列化事务,则会自动为您创建克隆。 msdn2.microsoft.com 3. When overridden in a derived class, returns a writer used to serialize the object. 当在派生类中重写时,返回用于序列化对象的编写器。 msdn2.microsoft.com 4. As noted before, these types cause performance problems as you need to serialize the data. 如前所述,由于需要序列化数据,这些类型会导致性能问题。 www.ibm.com 5. Allows you to override property, field, and class attributes when you use the XmlSerializer to serialize or deserialize an object. 允许您在使用XmlSerializer序列化或反序列化对象时重写属性(Property)、字段和类属性(Attribute)。 msdn2.microsoft.com 6. One approach for session replication is simply to serialize the session contents and write it to a database. 一种会话复制的方法是序列化会话内容并将它写入数据库。 www.ibm.com 7. To serialize the specified object into the body of the message. 将指定的对象序列化到消息体中,初始化。 msdn2.microsoft.com 8. The first step is to pass the Range object (containing the test areas from the edited test spec) as the argument to the Serialize call. 第一步是将Range对象(包含已编辑测试规范中的测试区域)作为参数传递给Serialize调用。 msdn2.microsoft.com 9. This method stores all the information in info necessary to serialize this instance. 该方法存储info中序列化该实例所需的所有信息。 msdn2.microsoft.com 10. You can serialize fields and properties, regardless of accessibility: private, protected, internal, protected internal, or public. 您可以序列化字段和属性,而无论其可访问性级别是什么:private、protected、internal、protectedinternal或public。 msdn2.microsoft.com 1. Overridden by derived classes to serialize persisted state information when a Page object is unloaded from memory. 在从内存中卸载Page对象时,由派生类重写以对所保留的状态信息进行序列化。 msdn2.microsoft.com 2. You can also add namespaces to element and attributes. You can also specify whether to serialize a certain bean property or not. 您还可以向元素或属性添加名称空间,可以指定是否序列化某个bean属性。 www.ibm.com 3. Gets the maximum number of items in an object graph to serialize or deserialize. 获取对象图中要序列化或反序列化的最大项数。 msdn.microsoft.com 4. The object that represents the view state of the Web server control to serialize to string form. 表示序列化为字符串形式的Web服务器控件的视图状态的对象。 msdn2.microsoft.com 5. This environment allows you to work with business objects (create, manipulate, copy, compare, serialize, and so on). 这种环境将允许您处理业务对象(创建、操作、复制、对比、序列化等)。 www.ibm.com 6. Returns a value that indicates whether serialization processes should serialize the effective value of the Items property. 返回一个值,该值指示序列化进程是否应当对Items属性的有效值进行序列化。 msdn2.microsoft.com 7. To serialize and deserialize data. Despite the presence of different type versions, the applications communicate seamlessly. 尽管存在不同类型的版本,但应用程序仍可以进行无缝通信。 msdn2.microsoft.com 8. If your read and write code does not serialize the entire hierarchy in the exact same order, your serialization code won't work. 如果你不以完全相同的顺序来序列化整个体系,读和写这个代码,你的序列化代码将不能工作。 www.showxiu.com 9. 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 10. Contains the BinaryFormatter class, which can be used to serialize and deserialize objects in binary format. 包含可用于以二进制格式序列化和反序列化对象的BinaryFormatter类。 msdn2.microsoft.com 1. Identifies whether the attribute should serialize the connection string. 标识属性是否应序列化连接字符串。 msdn2.microsoft.com 2. Use the DataContractSerializer class to serialize and deserialize instances of a type into an XML stream or document. 可以使用DataContractSerializer类,将类型实例序列化和反序列化为XML流或文档。 msdn2.microsoft.com 3. the serialize method is used to implement save and open function. Reservoir profile can be saved to local file or database. 使用序列化方法将油藏剖面图保存到本地或者数据库中,并且重新打开之后可以继续进行各种操作; www.fabiao.net 4. Contains classes that are used to serialize objects into XML format documents or streams. 包含用于将对象序列化为XML格式的文档或流的类。 msdn2.microsoft.com 5. For the objects that you need to pass to and from the Web application, serialize them to the connection's input and output streams. 对于那些需要向Web应用程序中传入以及从Web应用程序中传出的对象,应将它们序列化为输入输出流。 www.ibm.com 6. 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 7. The ObjectStateFormatter class is optimized to serialize and format many common. NET Framework reference types, as well as constants. ObjectStateFormatter类为序列化和格式化多种常用.NETFramework引用类型和常数进行了优化。 msdn2.microsoft.com 8. Contains the SoapFormatter class, which can be used to serialize and deserialize objects in the SOAP format. 包含可用于以SOAP格式序列化和反序列化对象的SoapFormatter类。 msdn2.microsoft.com 9. Using serialize to save an object will save all variables in an object. 用序列化来保存对象可以保存对象中的所有变量。 hu.php.net 10. The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large. 当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。 www.ibm.com 1. Returns the method where statements used to serialize a member are stored. 返回存储用于序列化成员的语句的方法。 msdn2.microsoft.com 2. Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems. 不同的JDK级别会用稍微不同的方法对资源进行序列化和反序列化,这样会导致出现运行时问题。 www-128.ibm.com 3. Can be used to serialize classes and generate encoded SOAP messages. 可用于序列化类和生成编码的SOAP消息。 msdn2.microsoft.com 4. Serialization handles all the details of object pointers and circular object references that are used when you serialize an object. 序列化处理有关在序列化对象时使用的对象指针和循环对象引用的所有详细信息。 msdn2.microsoft.com 5. It is possible to serialize all the back end data this way. 以这种方式序列化所有后端数据是可行的。 www.ibm.com 6. When serializing, LINQ to XML attempts to serialize with the namespace prefix specified in namespace attributes. 序列化时,LINQtoXML尝试使用命名空间属性中指定的空间前置词进行序列化。 technet.microsoft.com 7. This property specifies the method used to serialize the output. 此属性指定用于将输出序列化的方法。 msdn2.microsoft.com 8. For serialization, the binder's serialize method is invoked by the runtime and it receives a Java object and a SOAPElement. 对于序列化,绑定器的序列化方法被运行时调用,并接收到一个Java对象和一个SOAPElement。 www.ibm.com 9. But it should be possible to de-serialize an XML document to corresponding validity classes. 但将XML文档的序列拆成与有效性类相对应应该是可能的。 www-128.ibm.com 10. To maintain consistency and reliability of the simulation it is required to serialize and arbitrate terrain changes. 为了使各仿真节点的地形数据保持一致,需要对各节点变化的数据时序化。 www.ceps.com.tw 1. Handler used to serialize data. Php is the standard serializer of PHP. 序列化数据的句柄,标准句柄是。 society.mblogger.cn 2. Encryption is also useful if it is necessary to serialize the sensitive data. 如果必须序列化敏感数据,加密也很有用。 msdn2.microsoft.com 3. This method enables threads to serialize their access to the resources within a process. 此方法让线程可以串行化对进程内资源的访问。 www-128.ibm.com 4. Describing which members of a class to serialize for persistence. 描述要持久性序列化类的哪些成员。 msdn2.microsoft.com 5. You can share the data classes Flight, Traveller, and Bag with the client, and use the XStream API to serialize and deserialize the XML. 客户机可以共享数据类Flight、Traveller和Bag,并使用XStreamAPI对XML进行序列化和去序列化。 www.ibm.com 6. Private method to serialize the XML file to be encrypted into string form. 私有方法将要加密的XML文件序列化成字符串形式。 www-128.ibm.com 7. Creates the serialization data and context that are used by the system to serialize a WebProxy object. 创建系统序列化WebProxy对象时所使用的序列化数据和上下文。 msdn2.microsoft.com 8. Use Scripter AMO objects to serialize Analysis Services objects and creating XML for Analysis (XMLA) scripts. 使用ScripterAMO对象来序列化AnalysisServices对象并创建XMLforAnalysis(XMLA)脚本。 msdn2.microsoft.com 9. This means that if there is no defined way to serialize an object, that object may be skipped rather than throwing an exception. 这表示,如果没有定义序列化对象的方法,则可以跳过该对象,否则会引发异常。 msdn2.microsoft.com 10. The Serialize method was my earliest laboratory for experimenting with these stack-based techniques. Serialize方法是我使用这些基于堆栈的技术进行实验的最早的实验品。 msdn2.microsoft.com 1. Also, your parameters and return value must be of types that GWT can serialize. 此外,参数和返回值必须属于GWT可以序列化的类型。 www.ibm.com 2. As a means to serialize components to a binary object. 作为一种将组件序列化为二进制对象的方法。 msdn2.microsoft.com 3. The schedule is a work queue of objects to serialize, and is held inside the formatter. 计划是要序列化的对象的工作队列,它包含在格式化程序中。 msdn.microsoft.com 4. Finally, another serialization issue is: should you serialize your records as fixed or variable length? 最后,另一个序列化问题是:你打算序列化的记录是定长的还是可变长度的? blog.163.com 5. Gets or sets a value indicating whether code can use a serialization formatter to serialize or deserialize an object. 获取或设置一个值,该值指示代码是否可以使用序列化格式化程序来序列化或反序列化对象。 msdn2.microsoft.com 6. The code calls the Serialize method with the XmlSerializerNamespaces, allowing the XML to contain prefixed namespaces. 该代码对XmlSerializerNamespaces调用Serialize方法,从而使XML可以包含带前缀的命名空间。 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. Populates a serialization information object with the data needed to serialize the. 所需的数据填充序列化信息对象。 msdn2.microsoft.com 9. If you build a DataSet using schema inference and serialize it using XML or Web services, the column ordering may change. 如果使用架构推理生成DataSet并使用XML或Web服务对它进行序列化,则列的排序方式可能会改变。 msdn2.microsoft.com 10. TextWriter can then be used to serialize the provided object and its properties. 然后,可以使用该序列化程序的输出来序列化提供的对象及其属性。 technet.microsoft.com 1. You can also serialize a field that returns an array of objects, as shown in the following code example. 您还可以序列化返回对象数组的字段,如下面的代码示例所示。 msdn2.microsoft.com 2. The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions. AMF格式本身就被设计为在低内存和慢CPU条件下依然能够快速序列化和反序列化。 www.infoq.com 3. Populates the SerializationInfo object with the data needed to serialize the DirectoryServicesCOMException object. 使用序列化DirectoryServicesCOMException对象所需要的数据来填充SerializationInfo对象。 msdn2.microsoft.com 4. You can also serialize instances of a XmlElement or XmlNode class, as shown in the following code example. 您还可以对XmlElement或XmlNode类的实例进行序列化,如下面的代码示例所示。 msdn2.microsoft.com 5. Gets or sets the maximum number of items in the object graph to serialize or deserialize. 获取或设置对象图中要序列化或反序列化的最大项数。 msdn.microsoft.com 6. The name of the member to serialize. 要序列化的成员的名称。 msdn2.microsoft.com 7. However, you can serialize your recovery to reduce the instantaneous required capacity. 不过,可以将恢复序列化,以减少所需的即时容量。 www.ibm.com 8. NET profile manager uses XML serialization to serialize and deserialize custom types. NET配置文件管理器使用XML序列化对自定义类型进行序列化和反序列化。 blog.sina.com.cn 9. The user interface includes buttons to serialize and deserialize the two classes. 用户界面包括序列化和反序列化这两个类的按钮。 msdn2.microsoft.com 10. Must serialize a particular class member as an array of XML elements. 必须将特定的类成员序列化为XML元素的数组。 msdn2.microsoft.com 1. For information about how to serialize an XML tree with an XML declaration, see Serializing with an XML Declaration. 如需如何使用XML宣告来序列化XML树状结构的相关资讯,请参阅使用XML宣告序列化。 technet.microsoft.com 2. Must serialize the class member as an encoded SOAP attribute. 必须将类成员序列化为编码的SOAP属性。 msdn2.microsoft.com 3. The settings provider has inherent knowledge of this setting, and will serialize and de-serialize it. 设置提供程序本身知道存在此设置,并将对其进行序列化和反序列化。 msdn2.microsoft.com 4. To serialize an object, first create the object that is to be serialized and set its public properties and fields. 要序列化对象,首先创建要序列化的对象并设置它的公共属性和字段。 msdn2.microsoft.com 5. An application must serialize calls to collection enumerators. 应用程序必须序列化对集合枚举数的调用。 msdn2.microsoft.com 6. But Xerces-C can help here too: It provides a means to serialize the entire contents of an XMLGrammarPool to disk, in their native form. 不过在这方面Xerces-C 也能提供帮助:它提供了将XMLGrammarPool中的全部内容以原始形式序列化到磁盘的方法。 www.ibm.com 7. Provides a procedure and an example to serialize an object as a SOAP-encoded XML stream. 提供将对象序列化为SOAP编码的XML流的过程和示例。 msdn2.microsoft.com 8. To serialize and persist in XMI enterprise architecture models in the MOF-based repository. 串行化,并且在基于MOF的仓库中保持XMI企业架构模型。 www.ibm.com 9. Gets or sets the assembly name of the type to serialize during serialization only. 仅在序列化期间获取或设置要序列化的类型的程序集名称。 msdn2.microsoft.com 10. Then apply the DataMemberAttribute to every field or property that you want to serialize. 然后,将DataMemberAttribute应用于每个要序列化的字段或属性。 msdn2.microsoft.com 1. Construct an XmlSerializer with the XmlAttributeOverrides before calling the Serialize or Deserialize method. 在调用Serialize或Deserialize方法之前,使用XmlAttributeOverrides构造XmlSerializer。 msdn2.microsoft.com 2. Q: How do I serialize entities using WCF (Windows Communication Foundation)? 问:我如何序列实体使用周转基金(Windows通讯基础)? hi.baidu.com 3. How can you find the right serializer to de-serialize the XML payload back to the concrete objects? 您如何找出正确的序列化器来将XML载荷反序列化到具体的对象中? www-128.ibm.com 4. A way to serialize the handle boards within code is needed to make units incompatible with other units in the field. 在代码中的序列化处理板的一种方法是需要,使单位与其他单位在该领域不相容的。 translate.google.cn 5. When you serialize the XML with formatting, only significant white space in the XML tree is preserved. 在序列化带格式的XML时,只保留XML树中有意义的空白。 technet.microsoft.com 6. Gets an XML serializer that can serialize security tokens in the specified version of the WS-* specifications. 获取XML序列化程序,它可以按指定的WS-*规范版本序列化安全令牌。 technet.microsoft.com 7. Provides some general guidelines for deciding when to serialize an object. 为决定何时序列化对象提供一些一般性指导。 msdn2.microsoft.com 8. Must serialize the class member as an XML attribute. 必须将类成员序列化为XML属性。 msdn2.microsoft.com 9. Without the means, writes this to serialize, by this from police! 没有办法,写这篇连载,以此自警吧! blog.sina.com.cn 10. The stream and the object to serialize are provided as parameters to this call. 要序列化的流和对象作为参数提供给该调用。 msdn2.microsoft.com 1. Again, we would have to serialize and deserialize objects, and pass a lot of text. 又一次,我们不得不序列化并反序列化对象,还要传送许多文本。 www.ibm.com 2. Similarly, it could employ the writeReplace method to take old classes and serialize them into new versions. 类似地,它可以采用writeReplace方法将旧类序列化成新版本。 www.ibm.com 3. To serialize the file content, CAI invokes the backupData method of the business component handler (Listing 13). 要序列化文件目录,CAI调用业务组件处理程序的backupData方法(清单13)。 www.ibm.com 4. To use this class, use the XmlSerializer constructor to create an instance of the class using the type of the object to serialize. 要使用该类,请使用XmlSerializer构造函数创建类的实例(使用要序列化的对象的类型)。 msdn2.microsoft.com 5. Using XStream, you can serialize most Java objects without any mapping. 使用XStream不用任何映射就能实现多数Java对象的序列化。 www.ibm.com 6. So for such data, one needs a translation mechanism, an encoding, simply an agreed upon way to serialize and de-serialize the data. 所以,对于这样的数据,您就需要一种转换机制,或者说一种编码,简单地说也就是一种达成一致的用来序列化和反序列化数据的方式。 www.ibm.com 7. It's faster to create a new node, populate its text attribute manually, and then serialize it. 手动创建新节点、填充文本属性并进行序列化,这样做的速度更快。 www.ibm.com 8. You can serialize an object to a stream, to a disk, to memory, over the network, and so forth. 您可以将对象序列化到流、磁盘、内存和网络等等。 msdn2.microsoft.com 9. They are used to serialize the book according to the appropriate angle collapsed. 它们用来将书贴按合适的角度折叠。 www.bing.com 10. Use the resulting XmlSerializer to serialize or deserialize the derived class objects. 使用结果XmlSerializer来序列化或反序列化派生类对象。 msdn2.microsoft.com 1. If there is no defined way to serialize an object, that object will be passed over rather than raising an exception. 如果没有定义对象的序列化方式,则将传递此对象,而不引发异常。 msdn2.microsoft.com 2. It uses a custom query that uses the Hibernate Query Language, which is a REST Web service that uses XML to serialize the data. 它使用HibernateQueryLanguage进行自定义查询,这是一种使用XML来序列化数据的RESTWeb服务。 www.ibm.com 3. We serialize the data and store in Memcache, this time using the combination of service and username. 序列化数据并存储在Memcache中,这一次结合使用了服务与用户名。 www.ibm.com 4. Can serialize most objects, but the result is not loosely coupled. 可以序列化大多数对象,但结果不是松耦合的。 msdn2.microsoft.com 5. This class provides a serialization method that can serialize a specified design-time license context. 此类提供可将指定的设计时许可证上下文序列化的序列化方法。 msdn2.microsoft.com 6. Once you have created the new package, the next step is to create one or more parts and to serialize content into them. 创建了新包后,接下来就要创建一个或多个部件并将内容序列化到其中。 msdn.microsoft.com 7. Returns the data needed to serialize the current instance. 返回序列化当前实例所需的数据。 msdn2.microsoft.com 8. The XmlSerializer class can further serialize an object and generate an encoded SOAP XML stream. XmlSerializer类可进一步序列化对象并生成编码的SOAPXML流。 msdn2.microsoft.com 9. The GAE SDK includes Django, so we are using Django's django. utils. simplejson function to serialize our Python objects to JSON. GAESDK包括Django,因此我们将使用Django的django.utils.simplejson函数把Python对象序列化为JSON。 www.ibm.com 10. In order for it to serialize a property. 来序列化某个属性,应该将它与。 msdn2.microsoft.com 1. SCM must lock the services database during SCM initialization in order to serialize access to the configuration information. 为了能够连续访问配置信息,SCM必须在SCM初始化期间锁定服务数据库。 technet.microsoft.com 2. The object, or root of the object graph, to serialize. 要序列化的对象或对象图形的根。 msdn2.microsoft.com 3. The XmlSerializer class gives you complete and flexible control when you serialize an object as XML. XmlSerializer类在您将对象序列化为XML时为您提供完整而灵活的控制。 msdn2.microsoft.com 4. SCA POJO invocation has high efficiency because it does not need to serialize or deserialize for input and response parameters. SCAPOJO调用的效率很高,因为它不需要对输入和响应参数进行序列化和解序列化。 www.ibm.com 5. With the data required to serialize the target object. 使用序列化目标对象所需的数据填充。 msdn2.microsoft.com 6. Populates a SerializationInfo object with the data needed to serialize the current UIntPtr object. 使用序列化当前UIntPtr对象时所需的数据来填充SerializationInfo对象。 msdn2.microsoft.com 7. For the value, you must use a string, so you use the JSON. stringify function to serialize the object as a string. 对于value,必须使用字符串,因此我们使用JSON.stringify函数来将对象序列化成一个字符串。 www.ibm.com 8. We use the pickle module to serialize the data and put it into Memcache. 使用pickle模块序列化数据并将其放入Memcache中。 www.ibm.com 9. Objects A collection of objects to serialize. 要序列化的对象的集合。 msdn2.microsoft.com 10. In this section I'll show you a relevant snippet of code from Serialize. 本节我将向您介绍Serialize中的一个相关的代码段。 msdn2.microsoft.com 1. Binary Serialize as binary content. 作为二进制内容序列化。 msdn2.microsoft.com 2. Demonstrates how to serialize an object graph in memory to a stream. 演示如何将内存中的对象图序列化成流。 msdn2.microsoft.com 3. Class, and then you need to serialize the class to a file. 类,并将该类序列化到文件中。 msdn2.microsoft.com 4. Provides a procedure to serialize an object. 提供序列化对象的过程。 msdn2.microsoft.com 5. Method to serialize the changes to the data cache. 方法,用于序列化数据缓存更改。 msdn2.microsoft.com 6. You may not serialize and keep private in your ActionScript3 beans what should be kept private (such as a versioning number, etc. ). 你不能序列化和持有ActionScript3Bean中的私有属性,它们应该保留为私有(例如版本号等)。 www.infoq.com 7. binder: A WS. Binder implementation that can serialize the parameter into XML. binder:能够将参数序列化为XML的WS.Binder实现。 www.ibm.com 8. Defines methods that a type implements to serialize and deserialize an object graph. 定义要对对象图进行序列化和反序列化,类型应实现的方法。 msdn2.microsoft.com 9. Sets the Type of the object to serialize. 设置要序列化的对象的Type。 msdn2.microsoft.com 10. ObjectStateFormatter is used by the PageStatePersister class and classes that derive from it to serialize view state and control state. ObjectStateFormatter由PageStatePersister类及其派生类使用来对视图状态和控件状态进行序列化。 msdn2.microsoft.com 1. First of all, mutexes are used to serialize access to *shared data*. 首先,互斥对象是用于串行化存取*共享数据*。 www.ibm.com 2. Design it as inheriting from both Serializable and Work, just to assure we can serialize operation results. 将它设计为从Serializable和Work继承,这只是为了确保我们可以序列化操作结果。 www.ibm.com 3. It defines nodes, edges, styles, and other graphical information that is required by the framework to serialize diagrams. 它定义节点,边缘,形式,以及其他系列化图框架所需的图形信息。 www.ibm.com 4. Value The decimal value to serialize. 要序列化的十进制值。 msdn2.microsoft.com 5. You can populate an XML tree with hierarchical data, and then query it, transform it, and if necessary, serialize it. 您可以使用层次结构数据填充XML树,然后对它进行查询、转换和序列化(如有必要)。 technet.microsoft.com 6. Text Serialize text blocks only. 只序列化文本块。 msdn2.microsoft.com 7. The following example demonstrates how to use SocketAddress to serialize an instance of the EndPoint class. 下面的示例演示如何使用SocketAddress来序列化EndPoint类的实例。 msdn2.microsoft.com 8. The first parameter passed in is the value to serialize. 传入的第一个参数是要序列化的值。 www-128.ibm.com 9. Class to serialize a class member as body text. 类将类成员序列化为正文文本。 msdn2.microsoft.com 10. ANTLR has its own builtin AST support, and it is very handy if you want to serialize to a string or change to other struture. ANTLR有其自己内建的AST支持,这为我们序列化一个字符串或改变其他结构提供了很大方便。 www.infoq.com 1. To serialize an object or graph of objects. 可将对象或对象图形序列化。 msdn2.microsoft.com 2. It shouldn't be used as a standalone widget because it cannot serialize the chosen date to a text box or an element. 它不可以单独使用,因为它不能将所选日期序列化,放入文本框或元素。 www.ibm.com 3. Moreover, contention impairs scalability because it forces the scheduler to serialize operations, even if a free processor is available. 而且,争用还削弱了可伸缩性,因为它迫使调度程序把操作序列化,即使有可用的空闲处理器也是如此。 www.ibm.com 4. Value The byte value to serialize. 要序列化的字节值。 msdn2.microsoft.com 5. However, SOAP allows for a richer use of XML to encode and serialize complex data structures such as classes. 但是,SOAP允许更丰富地使用XML,以对复杂数据结构(例如类)进行编码和序列化。 msdn2.microsoft.com 6. You use JDOM to serialize the message, as in Listing 23. 您需要使用JDOM系列化该消息,如清单23所示。 www.ibm.com 7. Gets the data that is used to serialize the object and gets the context of the serialized stream. 获取用于序列化对象的数据和获取序列化流的上下文。 msdn2.microsoft.com 8. Listing 9 shows how to serialize a JSONObject and write it to a servlet's response. 清单9显示了如何序列化JSONObject并把它写入servlet响应。 www.ibm.com 9. The Proxy will also sometimes need to track down other object references and serialize them manually, such as Person's spouse. 有时候,代理还需要追踪其他对象引用并手动序列化它们,例如Person的spouse。 www.ibm.com 10. You use vfs_lock to serialize the access to the vnode. 您可以使用vfs_lock串行化对vnode的访问。 www.ibm.com 1. The main SELECT (lines 56-57) uses the XML2CLOB function to serialize the XML contents. 主SELECT(第56-57行)使用XML2CLOB函数来串行化XML内容。 www.ibm.com 2. Serialize the data to XML. 将数据序列化为XML www.infoq.com 3. Creates a SessionStateItemCollection collection from a storage location that is written to using the Serialize method. 使用Serialize方法在要写入的存储位置创建一个SessionStateItemCollection集合。 msdn2.microsoft.com 4. You should now have a good understanding of how to serialize XML data into different types of output streams with different encodings. 现在,您应该很好地理解了如何将XML数据序列化成具有不同编码的不同类型的输出流。 www.ibm.com 5. Describes how to use the binary and SOAP formatters to serialize objects . 描述如何使用二进制和SOAP格式化程序来序列化对象。 www.bing.com 6. You can also serialize a DateTimeOffset structure to unambiguously represent a single point in time. 还可以序列化DateTimeOffset结构,以便明确地表示单个时间点。 msdn2.microsoft.com 7. For example, you can choose to serialize only selected properties for an object. 例如,您可以选择仅序列化对象的选定属性。 msdn2.microsoft.com 8. But it does have the ability to serialize not only the stack but also objects on the heap. 但它不仅可以序列化栈,还可以序列化堆中的对象。 www.infoq.com 9. You can also serialize PHP values to XML structures, if you have WDDX support in your PHP setup. 如果在安装PHP时建立了WDDX支持,还可以将PHP的值序列化为XML结构。 in.php.net 10. The BinaryFormatter is used because the payload is more compact and the system takes less time to serialize and deserialize the stream. 使用BinaryFormatter的原因是有效负载更紧凑,因而系统序列化和反序列化流所花费的时间更少。 msdn2.microsoft.com 1. Using the valueon parameter, you can also serialize other application elements such as constructs, return values, and events. 使用valueon参数也可以序列化其他应用程序元素,例如构造、返回值和事件。 msdn2.microsoft.com 2. Do you want to serialize all AE plugins? 你想要连载所有的AE插件吗? www.shanse8.com 3. To serialize an object, you need the object to be serialized, a stream to contain the serialized object, and a 若要序列化对象,您需要待序列化的对象、要包含序列化对象的流,以及一个 msdn2.microsoft.com 4. Will be used for an object to serialize, because this type has an empty constructor and has four properties that support 因为此类型有一个空构造函数,并且有四个支持 msdn2.microsoft.com 5. A class used to serialize object into a database field 存储对象到数据库字段 106351.tomore.com 6. The current supported serialization options are to convert the object to a string using a string type converter, serialize using the 当前支持的序列化选项是:使用字符串类型转换器将对象转换为字符串,使用 msdn2.microsoft.com 7. used to serialize checkpoints within a database 用于序列化数据库中的检查点。 www.ichacha.net 8. Serialize -- Generates a storable representation of a value serialize--产生一个可存储的值的表示 www.phpx.com 9. If you want to serialize your component in a different way, you can write your own serializer class that derives from 如果您要以其他的方式序列化您的组件,可以编写您自己的从 msdn2.microsoft.com 10. Provides a utility to help serialize COM objects that implement 提供帮助序列化COM对象的实用工具,这些对象实现 msdn2.microsoft.com 1. From this instance, you ask for a serializer and then ask the serializer to serialize your objects. For the following code example, 通过此实例,您可以请求一个序列化程序,然后让此序列化程序序列化您的对象。 msdn2.microsoft.com 2. To serialize XML data, first load the XML data to a DOM tree using a 将XML数据装入到DOM树,然后使用 www-128.ibm.com 3. Multithreaded Access In A HEAP_NO_SERIALIZE Heap HEAP_NO_SERIALIZE堆中的多线程访问 msdn2.microsoft.com 4. You can either serialize by implementing the traditional 您可以通过实现传统的 msdn2.microsoft.com 5. Serialize an object as a SOAP-encoded XML stream 将对象序列化为SOAP编码的XML流 msdn2.microsoft.com 6. The provider has implicit knowledge of the type and is responsible for deciding how to serialize the 提供程序具有类型的隐式信息,并负责决定如何将 msdn2.microsoft.com 7. Object with the data needed to serialize the current 对象时所需的数据来填充 msdn2.microsoft.com 8. To save the data and serialize the class 保存数据并对类进行序列化 msdn2.microsoft.com 9. Easily serialize XML data for output or display 轻松序列化XML数据以供输出或显示 www.ibm.com 10. Object with the data needed to serialize the 对象所需要的数据来填充 msdn2.microsoft.com 1. For example, when you attempt to serialize an instance of the class below, you will get a 例如,当试图序列化下面的类的实例时,您将获得 msdn2.microsoft.com 2. You can now serialize the constructed element using the StAX writer 现在可以使用StAXwriter来序列化构造好的元素 www.ibm.com 3. How to: Serialize Messages in WCF Applications 如何:序列化WCF应用程序中的消息 msdn2.microsoft.com 4. Because of JSON's data typing model, I have a limited range of options when I serialize a Date. I can either 根据JSON的数据输入模型,在序列化日期时,选择非常有限。 www.ibm.com |
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。