serializes

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

v.  连载; 连播
serialize的第三人称单数



柯林斯词典

    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. Normally, when building UIs in one technology and services in another, you must write or find a framework that serializes the classes to some format both technologies understand.
    通常,用一种技术构建UI,用另一种技术构建服务时,您必需编写或找到一个框架,以两种技术都理解的某种格式序列化这些类。
  2. Serializes the application objects into an MQ LLM message buffer.
    序列化应用程序对象到一个MQLLM消息缓存。
  3. Serializes and de-serializes resources using configurable JAX-RS providers
    使用可配置的JAX-RS提供者序列化和反序列化资源
  4. One important matter to note is that RRD serializes and deserializes EMF as XML data using extended metadata annotations, which is not normally the case in general EMF usage.
    需要注意的重要一点是,RRD会使用扩展的元数据注释将EMF序列化和反序列化为XML数据,这种情况通常不是EMF的一般用法。
  5. Because the agent serializes access to the data, there is no risk of a race condition or data corruption.
    由于agent序列化了数据访问,因此不会有竞争条件或数据损坏风险。
  6. In addition, the class contains the ToXml() method, which serializes the object instance to XML.
    此外,这个类包含将对象实例系列化到XML的ToXml()方法。
  7. After parsing the request parameters, the servlet invokes the necessary application logic, serializes its response into XML, and writes it to the HttpServletResponse.
    在解析了请求参数之后,servlet调用必要的应用程序逻辑,把响应序列化成XML,并把XML写入HttpServletResponse。
  8. Pessimistic session locking should be used with great discretion, as it serializes access to data across a business process that includes user think time.
    必须谨慎使用悲观会话锁定,因为它在业务流程(包括用户思考时间)中序列化数据访问。
  9. This, effectively, serializes a list of to, cc, and bcc addresses, plus a subject and body field.
    这个字符串实际上包含多个参数,包括to、cc和bcc地址的列表以及一个主题和邮件体字段。
  10. The Net:: TcpDumpLog module serializes each packet, so that we can read each packet by using the packet ID.
    TcpDumpLog模块会将每一个数据包序列化,这样我们就能够通过数据包ID读取每一个数据包。
  11. For example, if you create an application that serializes orders that include credit card numbers, the data is highly sensitive.
    例如,如果您创建了一个应用程序,对包含信用卡号码的订单进行序列化,这一数据就非常敏感。
  12. Not only will the performance problem appear in a single service in the above stack, but each service adds the same overhead as it serializes and deserializes requests and responses.
    不仅仅是一个服务的性能问题,每个服务在序列化、反序列化请求和响应的时候都会增加同样的开销。
  13. Synchronization serializes access to an object thereby minimizing potential concurrency.
    同步实现了访问的串行化,因此可以降低了并发冲突风险。
  14. Most of these problems will apply to any technique which just serializes data structures to and from XML.
    大多数这些问题适用于那些只是在数据结构和XML间序列化的技术。
  15. The application wizard supports this option, but you must write the code that serializes the document.
    应用程序向导支持该选项,但用户必须编写将文档序列化的代码。
  16. Serializes the licenses within the specified design-time license context using the specified key and output stream.
    使用指定的密钥和输出流将指定设计时许可证上下文中的许可证序列化。
  17. So there is often a requirement to write code that reads ( deserializes or parses) and writes ( serializes) XML.
    因此,总是需要写代码来读(反序列化或解析)和写(序列化)XML。