释义 |
se·ri·al·ize 英ˈsɪəriːəˌlaɪz美ˈsɪriəˌlaɪzAHDsîrʹē-ə-līz' ☆☆☆☆☆高COCA⁷⁰⁶⁷⁰BNC²³⁶²¹³⁺¹iWeb²⁵⁰⁶⁸ 基本英英词源记法近义反义派生词例句例句 vt.连载⁵⁵;串行化⁴⁵=serialise英.亦作serialise名词serialization过去分词serialized现在分词serializing三单serializes Verb: arrange serially;Serialize the numbers 来自 serial,连续的,连载的,-ize,使。serial-ize使成为⇒vt.连载⁵⁵;串行化⁴⁵=serialise英.近义词 serialise 使 … 连续 Pserializer并串行转换器Pdeserialize串并转换并行化Pdeserializer串并转换并行化器
动词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.因此锁定可以用来串行化地访问代码或者程序状态。 The latter method can be particularly useful for automating the wait for completion of detach to help serialize the subsequent action for instance, drop or archive on the target table. 后面的方法对于等待分离完成的自动化非常有用,这有助于序列化目标表上的后续活动例如,删除或者归档。 ibm The solution is to serialize all interactions between the plug-in and the daemon so that only one authentication request is handled at a time. 解决方案是对插件和守护进程之间的所有交互进行序列化,每次只处理一个身份验证请求。 ibm The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large. 当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。 ibm Again, we would have to serialize and deserialize objects, and pass a lot of text. 又一次,我们不得不序列化并反序列化对象,还要传送许多文本。 ibm All of the classes have an overridden string method that allows the client to easily serialize the objects to their represented XML format. 所有的类都有一个覆盖字符串方法,该方法允许客户机容易地把对象序列化成这些对象所表示的 XML格式。 ibm Also, your parameters and return value must be of types that GWT can serialize. 此外,参数和返回值必须属于 GWT可以序列化的类型。 ibm Also, certain core JLS services can do some internal locking to serialize certain shared resources. 同样,某些核心 JLS服务可以执行一些内部锁定来序列化某些共享资源。 ibm As noted before, these types cause performance problems as you need to serialize the data. 如前所述,由于需要序列化数据,这些类型会导致性能问题。 ibm But it should be possible to de- serialize an XML document to corresponding validity classes. 但将 XML文档的序列拆成与有效性类相对应应该是可能的。 ibm But what if you could easily create XML objects, easily access and even filter XML nodes, and easily serialize the data to a string for display or storage? 但是,如果能够创建 XML对象,轻松地访问和过滤 XML节点,轻松地把数据序列化成显示或存储所需的字符串,那么会怎么样呢? 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 Eventually, you're going to have to serialize data across the client- server connection. 最后,您不得不序列化整个客户机-服务器连接上的数据。 ibm Finally, you write your application using these generated classes to represent your model data and serialize them to XML through some convenient mechanism provided by the framework. 最后,用这些生成的类编写应用程序,表示自己的模型数据,并通过框架提供的一些辅助机制把数据序列化成 XML。 ibm First, you can take the same approach as you did with properties; you can serialize the required arguments together into a single type of string. 首先,可以采用与处理复杂属性相同的方法;可以将所需的多个参数序列化在一起,形成一个字符串类型的参数。 ibm For information about how to serialize an XML tree with an XML declaration, see Serializing with an XML Declaration. 如需如何使用 XML宣告来序列化 XML树状结构的相关资讯,请参阅使用 XML宣告序列化。 microsoft It is possible to serialize all the back end data this way. 以这种方式序列化所有后端数据是可行的。 ibm One approach for session replication is simply to serialize the session contents and write it to a database. 一种会话复制的方法是序列化会话内容并将它写入数据库。 ibm Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary. 不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。 yeeyan SCA POJO invocation has high efficiency because it does not need to serialize or deserialize for input and response parameters. SCA POJO调用的效率很高,因为它不需要对输入和响应参数进行序列化和解序列化。 ibm Strictly speaking, XMI functions to serialize mappings from Object Management Group OMG Meta Object Facility MOF models to a variety of loaders, savers, and schemas. 严格的讲, XMI对从“对象管理集团 OMG元对象设施 MOF”模型到大量的装入器、保存器以及模式的映射进行序列化。 ibm That way, changes to faster- changing data will not force the container to serialize and propagate the slower- changing data as well. 这样,对快速改变的数据的改变也不会迫使容器去序列化并传播慢速改变的数据。 ibm The first parameter passed in is the value to serialize. 传入的第一个参数是要序列化的值。 ibm There are also situations when you would need to create a new instance of an SDO object or a graph of SDO objects, and serialize that into XML. 也有一些情况,你需要创建一个 SDO对象或一系列 SDO对象新的实例,并且将其序列化到一个 XML中。 ibm This gives you flexibility to serialize the same DOM tree into multiple XML documents, again avoiding potentially costly traversals and modifications of a DOM tree. 这样就提供了将相同的 DOM树串行化成多个 XML文档的灵活性,同时再次避免了可能代价很高的对 DOM树的遍历和修改。 ibm This sample does not include any custom serialization handling though it could be altered, for example, to serialize the meetings service configuration part of the component state. 本文的样例并未包含任何定制序列化处理但是可以对其进行修改,比如,序列化组件状态中的会议服务配置内容。 ibm With objects, there is no need to serialize, transport, and de- serialize the information contained within the object. 通过对象,不需要再对对象中容纳的信息进行序列化、传输和反序列化。 ibm You probably do want to think at least a little about how you will serialize to ensure sufficient flexibility for evolution going forward. 您很可能确实希望多多少少地考虑如何串行化才能确保足够的灵活性,以便应对未来的发展。 ibm You should now have a good understanding of how to serialize XML data into different types of output streams with different encodings. 现在,您应该很好地理解了如何将 XML数据序列化成具有不同编码的不同类型的输出流。 ibm |