Use deepcopy when serializing subtrees
在序列化子树时使用 deepcopy
Serializing using custom serialization format
使用自定义的序列化格式来进行序列化
If serializing XML, be aware of namespace fixup.
如果序列化XML,一定要注意命名空间修正。
Serializing the XML data on the remote database using a view.
通过视图在远程数据库之上序列化XML数据。
Three features distinguish XStream from any other serializing tool.
和其他序列化工具相比,XStream有三个突出的特点。
In those cases, serializing the entirety of the object is unnecessary.
在此情况下,没有必要序列化整个对象。
When serializing XML data, the target type determines the type of encoding used.
当序列化XML数据时,目标类型决定了所使用的编码类型。
Most of the browsers support a built-in function for parsing and serializing JSON.
大多数浏览器支持内置的解析和序列化JSON的函数。
A domain determines the parser that is used when parsing and serializing the message.
域确定了在解析和序列化该消息时使用的解析器。
In the simplest case, you would only be concerned with de-serializing a piece of XML.
最简单的情况下,只需要关心xml片段的反序列化。
Because serializing an object is so easy, it should be easy to deserialize one too, right?
序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?
My task is now to use this to create a tool for serializing WordNet into XML upon request.
现在的任务是利用这种数据结构创建一个工具将WordNet序列化为所需要的XML。
Serializing an object into an XML document is a (surprise!) simple process. It involves two steps
将一个对象序列化成一个 XML 文档是一个相当简单的过程。
You'll see the greatest performance boosts from deepcopy when serializing large descendant trees.
在序列化大型后代树(descendant trees)时,会看到deepcopy将使性能得到巨大的提升。
You must also create all the code for serializing the data going between the client and server.
此外,还必须创建用于序列化客户机和服务器之间的数据流的所有代码。
Serializing XML to a string or file is where lxml excels because it relies on libxml2 C code directly.
将 XML 序列化为一个字符串或文件是 lxml 的长项,因为它依赖于 libxml2 C 代码库。
Then you work with those classes, loading XML data into them and then serializing their data back to XML.
然后使用这些类加载 XML 数据,将其中的数据序列化为 XML。
Certainly more generic systems for serializing XML-based data will only enrich the world Web services.
更通用的用于序列化基于XML数据的系统当然会使全世界的Web服务更丰富。
This is an important principle for serializing RDF models for SOAP transmission: to avoid in-line declarations.
这是序列化用于SOAP传输的rdf模型的一个很重要的原则:避免内联声明。
In this section, I'll walk you through an alternative solution to BeanSerializer for (DE) serializing complex types.
在这一部分,我将带您看一下用于(反)序列化复杂类型的BeanSerializer的替代解决方案。
When serializing, LINQ to XML attempts to serialize with the namespace prefix specified in namespace attributes.
序列化时,LINQ to XML尝试使用命名空间属性中指定的空间前置词进行序列化。
The Ruby code in Listing 4 shows the entire contents of the global context by serializing it within the HTML response.
清单4中所示的Ruby代码通过在HTML响应中对此全局上下文进行序列化展示了其完整内容。
The RHTML file in Listing 7 shows the entire contents of the global context by serializing it within the HTML response.
清单7中的RHTML文件通过在HTML响应内序列化来显示全局上下文的全部内容。
For information about how to serialize an XML tree with an XML declaration, see Serializing with an XML declaration.
如需如何使用XML宣告来序列化xml树状结构的相关资讯,请参阅使用XML宣告序列化。
According to this expected emphasis, I've chosen the granularity of the query results to center around serializing synsets.
根据这个预期的重点,我选择查询结果的粒度时以同义词组的序列化为中心。
RDF is a specification that defines a model for representing the world, and a syntax for serializing and exchanging that model.
RDF是一种规范,它为表示世界而定义了一个模型,并且采用一些语法来对这个模型进行序列化和交换。
None of these, however, are language-neutral, and serializing instances of them into XML is difficult and sometimes impossible.
然而,这些类中没有一个是语言中立的,并且将它们的实例序列化到XML中非常困难,有时甚至是不可能的。
Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
That standard is called canonicalization and it is a standard mechanism for serializing XML. Canonicalization comes in two forms.
这个标准称为规范化,它是序列化XML的标准机制。
There is also an additional overhead incurred when serializing or deserializing view state data that is posted back to the server.
对发回服务器的视图状态数据进行序列化或取消序列化时,也会发生额外的开销。