释义 |
se·ri·al·ize 英'sɪəriəlaɪz美'sɪriəlaɪz COCA²²³⁸⁹⁰ 基本英英近义反义例句例句 vt.连载⁵⁵;串行化⁴⁵=serialise英.原型serialize的现在分词名词serialization过去分词serialized现在分词serializing三单serializes Verb: arrange serially;Serialize the numbers 近义词 serialise 使 … 连续
动词100% 用作及物动词We will try toserializemore regularly, Take care.我们将尽量有规则地连载更多,敬请关注。 Only one thread at a time may acquire ownership of alock, so a lock may be used toserializeaccess to code or a program state.因此锁定可以用来串行化地访问代码或者程序状态。 A domain determines the parser that is used when parsing and serializing the message. 域确定了在解析和序列化该消息时使用的解析器。 ibm The component of the broker that converts a bit stream into a logical message tree parsing, and a logical message tree back into a bit stream serializing or writing, is called a parser. 将位流转换为逻辑消息树解析以及将逻辑消息树转换回位流序列化或编写的代理组件称为解析器。 ibm The RHTML file in Listing7 shows the entire contents of the global context by serializing it within the HTML response. 清单7中的 RHTML文件通过在 HTML响应内序列化来显示全局上下文的全部内容。 ibm We'll do this cheaply by just serializing the guess arrays and passing them along with each guess. 只需序列化猜测数组并在每次猜测时传递它们,就可实现跟踪目的。 ibm With a data format as rich and capable of Atom, serializing to a format as simple and basic as JSON can be problematic at best. 将 Atom这样丰富和强大的数据格式序列化为 JSON这类简单的基本格式,一定会面临许多问题。 ibm Although the Map representation is convenient, particularly when serializing back and forth from JSON, being able to represent the documents as a Java class hierarchy also has its advantages. 虽然 Map表示法很方便,尤其是在读对 JSON序列化和反序列化时,但是能够将文档表示为 Java类层次也具有其优点。 ibm Because serializing an object is so easy, it should be easy to deserialize one too, right? 序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对? ibm But UIMA was using externalization for serializing rather than serializable interface which was making its objects bulky and lots of work was needed to serialize data. 但 UIMA使用的是外部序列化,而不是一个序列化接口那会让它的对象变得臃肿,这就需要在序列化数据方面做大量的工作。 infoq For information about how to serialize an XML tree with an XML declaration, see Serializing with an XML Declaration. 如需如何使用 XML宣告来序列化 XML树状结构的相关资讯,请参阅使用 XML宣告序列化。 microsoft If the value is not a simple data type such as string, integer, and so on then a WS. Binder should be specified that is capable of serializing the value into the appropriate XML structure. 如果该值不是一个简单数据类型例如,字符串、整数或其他,则应该指定一个能将该值序列化为适当的 XML结构的 WS. Binder。 ibm If serializing XML, be aware of namespace fixup. 如果序列化 XML,一定要注意命名空间修正。 ibm In addition to serializing your objects, you may want to apply some specific encoding to the byte representation before sending it across a network. 除了序列化对象,可能想在通过网络发送字节表示之前,在它上面应用一些特定的编码方案。 ibm In those cases, serializing the entirety of the object is unnecessary. 在此情况下,没有必要序列化整个对象。 ibm It will simply use conventions for serializing all of the fields of the Team class to JSON. 它只使用常用方法将 Team类所有字段序列化成 JSON。 ibm Making a program thread safe could require serializing access to data that is shared between more than one thread using synchronization primitives such as locks or atomic machine operations. 要保证程序线程安全地运行,需要序列化访问由多个使用同步原语如锁或原子机器操作的线程共享的数据。 ibm Most of the browsers support a built-in function for parsing and serializing JSON. 大多数浏览器支持内置的解析和序列化 JSON的函数。 ibm None of these, however, are language- neutral, and serializing instances of them into XML is difficult and sometimes impossible. 然而,这些类中没有一个是语言中立的,并且将它们的实例序列化到 XML中非常困难,有时甚至是不可能的。 ibm Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary. 不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。 yeeyan RDF is a specification that defines a model for representing the world, and a syntax for serializing and exchanging that model. RDF是一个规范,它定义了表达世界的模型,定义了序列化和交换这个模型的语法。 ibm The flipside of the coin is that I now need to create a new JSP for every different view I require, as opposed to just assembling the required object graph and serializing it. 另一方面,现在我需要为每个不同视图创建一个新 JSP,而不能仅仅把需要的对象图组织起来并序列化它。 ibm The token and token secret can be persisted anywhere such as a database or registry; serializing them to a file is only a suggested solution for this article. 令牌和令牌机密可在任何地方比如数据库或注册表存留;将它们序列化到一个文件仅是本文建议的一种解决方案。 ibm The Ruby code in Listing4 shows the entire contents of the global context by serializing it within the HTML response. 清单4中所示的 Ruby代码通过在 HTML响应中对此全局上下文进行序列化展示了其完整内容。 ibm Then you work with those classes, loading XML data into them and then serializing their data back to XML. 然后使用这些类加载 XML数据,将其中的数据序列化为 XML。 ibm They provide most of the horsepower behind the core tasks of parsing, serializing, and transforming. 它们为执行解析、序列化和转换等核心任务提供了主要动力。 ibm This is an important principle for serializing RDF models for SOAP transmission: to avoid in- line declarations. 这是序列化用于 SOAP传输的 RDF模型的一个很重要的原则:避免内联声明。 ibm To avoid serializing this base state for each created URL, it is pre- serialized right after the action phase. 为了避免为创建的每个 URL序列化此基状态,会在操作阶段结束后立即对其进行预先序列化。 ibm When serializing XML data, the target type determines the type of encoding used. 当序列化 XML数据时,目标类型决定了所使用的编码类型。 ibm XML bridges part of that gap, by providing the building blocks for “ serializing” UML data textually. 通过以文本方式提供“序列化” UML数据的构件, XML消除了二者之间的部分差距。 ibm You must also create all the code for serializing the data going between the client and server. 此外,还必须创建用于序列化客户机和服务器之间的数据流的所有代码。 ibm |