serialize

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

v.  连载; 连播

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

BNC.48503 / COCA.32901



牛津词典

verb

  1. 连载;连播
    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

  1. VERB 连载,连播(小说)
    If a book is 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.
      几年前《汤姆·布朗求学记》曾作为连续剧播出过。

双语例句

  1. You can use JavaScript Object Notation ( JSON) to serialize and deserialize objects so that they can be sent between the browser client and the server via Ajax.
    您可以使用JavascriptObjectNotation(JSON)实现对象的序列化和反序列化,使得能够在浏览器客户端和服务器之间,通过Ajax来发送它们。
  2. SCA POJO invocation has high efficiency because it does not need to serialize or deserialize for input and response parameters.
    SCAPOJO调用的效率很高,因为它不需要对输入和响应参数进行序列化和解序列化。
  3. When data objects push down into a Web service stack, they serialize into XML data representations.
    当数据对象被放入Web服务栈中时,它们被序列化成XML数据表示。
  4. 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那样。
  5. The AXIOM terminology for this is caching: AXIOM allows you to get StAX events or serialize the XML with or without building the object model in memory.
    用AXIOM的术语称为缓冲:无论是否在内存中建立了对象模型,AXIOM都允许获得StAX事件或者序列化XML。
  6. However, you can serialize your recovery to reduce the instantaneous required capacity.
    不过,可以将恢复序列化,以减少所需的即时容量。
  7. It has all the necessary functionality that is required to instantiate and serialize an XML model and to search and modify data or metadata in the XML instance.
    它提供了实例化和序列化XML模型以及在XML实例中搜索和修改数据或元数据所需的所有功能。
  8. You can also transform this into another Java/ XML format ( such as SAX) and feed it to an event handler, or serialize the node out to disk.
    也可将其转化成其他Java/XML格式(如SAX)并提供事件处理程序,或者将节点序列化到磁盘中。
  9. Also, your parameters and return value must be of types that GWT can serialize.
    此外,参数和返回值必须属于GWT可以序列化的类型。
  10. To serialize and persist in XMI enterprise architecture models in the MOF-based repository.
    串行化,并且在基于MOF的仓库中保持XMI企业架构模型。
  11. 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部分中,处理并取回。
  12. This method first calls the getString private method to serialize the XML file to be encrypted into string form.
    该方法首先调用getString私有方法将要加密的XML文件序列化成字符串形式。
  13. 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.
    解决方案是对插件和守护进程之间的所有交互进行序列化,每次只处理一个身份验证请求。
  14. Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems.
    不同的JDK级别会用稍微不同的方法对资源进行序列化和反序列化,这样会导致出现运行时问题。
  15. One approach for session replication is simply to serialize the session contents and write it to a database.
    一种会话复制的方法是序列化会话内容并将它写入数据库。
  16. You should now have a good understanding of how to serialize XML data into different types of output streams with different encodings.
    现在,您应该很好地理解了如何将XML数据序列化成具有不同编码的不同类型的输出流。
  17. Now, you will serialize an object to XML and send it as an Amazon SQS message using C#.
    现在,您将使用C将一个对象系列化到XML,并将其作为AmazonSQS消息发送。
  18. JSON helps in this case, as we can serialize any PHP object using json_encode() to turn that object into a JSON protocol string, ready for an Ajax application to read.
    JSON在这种情况下将提供帮助,因为我们可以使用jsonencode()把任何PHP对象序列化,使该对象转换为JSON协议字符串,以供Ajax应用程序读取。
  19. This means that there is no need to serialize and parse the intermediate XML message.
    这意味着不需要序列化和解析中间XML消息。
  20. It's faster to create a new node, populate its text attribute manually, and then serialize it.
    手动创建新节点、填充文本属性并进行序列化,这样做的速度更快。
  21. But it does have the ability to serialize not only the stack but also objects on the heap.
    但它不仅可以序列化栈,还可以序列化堆中的对象。
  22. Native Types and Custom classes supported-You can serialize any object in Flash Player with the only exception being displayObjects.
    本地类型和自定义类的支持&除了displayObjects,你可以序列化FlashPlayer中的任何对象。
  23. Cannot serialize object of type '{ 0}'. The object does not have serializable members.
    无法序列化类型{0}的对象。该对象没有可序列化的成员。
  24. The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.
    AMF格式本身就被设计为在低内存和慢CPU条件下依然能够快速序列化和反序列化。
  25. Could not serialize { 0}. Default constructors are required for collections and enumerators.
    未能序列化{0}。集合和枚举数需要默认构造函数。
  26. Learn to serialize symbol information.
    学习如何序列化符号信息。
  27. If you try to Marshal or serialize a transaction, a clone is created for you automatically.
    如果尝试封送或序列化事务,则会自动为您创建克隆。
  28. How do I serialize an object to a file?
    我如何将一个对象序列化到文件?
  29. NET profile manager uses XML serialization to serialize and deserialize custom types.
    NET配置文件管理器使用XML序列化对自定义类型进行序列化和反序列化。
  30. So, I need a way to serialize such an object model to XML.
    所以,我需要一种方法来序列化的对象模型到XML。

英英释义

verb

  1. arrange serially
    1. Serialize the numbers

    Synonym:    serialise