找诗词>英语词典>serialize翻译和用法

serialize

英 [ˈsɪəriəlaɪz]

美 [ˈsɪriəlaɪz]

v.  连载; 连播

过去分词:serialized 过去式:serialized 现在分词:serializing 第三人称单数:serializes 

BNC.48503 / COCA.32901

牛津词典

    verb

    • 连载;连播
      to publish or broadcast sth in parts as a serial
      1. The novel was serialized on TV in six parts.
        这部小说分六集在电视上播出。

    柯林斯词典

      in BRIT, also use 英国英语亦用 serialise

    • VERB 连载,连播(小说)
      If a bookis serialized, it is broadcast on the radio or television or is published in a magazine or newspaper in a number of parts over a period of time.
      1. A few years ago Tom Brown's Schooldays was serialised on television.
        几年前《汤姆·布朗求学记》曾作为连续剧播出过。

    英英释义

    verb

    • arrange serially
      1. Serialize the numbers
      Synonym:serialise

    双语例句

    • How do I serialize an object to a file?
      我如何将一个对象序列化到文件?
    • This means that there is no need to serialize and parse the intermediate XML message.
      这意味着不需要序列化和解析中间XML消息。
    • Once we have created an object in our PHP code, we can serialize it, export it to the Ajax portion of the application, manipulate it, and bring it on back.
      一旦我们在PHP代码中创建了对象,我们可以将其序列化,并导出到应用程序的Ajax部分中,处理并取回。
    • Could not serialize { 0}. Default constructors are required for collections and enumerators.
      未能序列化{0}。集合和枚举数需要默认构造函数。
    • Also, your parameters and return value must be of types that GWT can serialize.
      此外,参数和返回值必须属于GWT可以序列化的类型。
    • Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems.
      不同的JDK级别会用稍微不同的方法对资源进行序列化和反序列化,这样会导致出现运行时问题。
    • Learn to serialize symbol information.
      学习如何序列化符号信息。
    • One approach for session replication is simply to serialize the session contents and write it to a database.
      一种会话复制的方法是序列化会话内容并将它写入数据库。
    • Cannot serialize object of type '{ 0}'. The object does not have serializable members.
      无法序列化类型{0}的对象。该对象没有可序列化的成员。
    • You can process large sets of data more efficiently with an XML pull parser rather than load the entire data structure all at once in memory as you need to do with JSON or serialize PHP.
      您可以使用一个XMLpullparser更有效地处理大型数据集,而非一次性地将整个数据结构加载到内存中,就像使用JSON或序列化PHP那样。