serializes

v.
常用释义
v.
1. 序列化:将数据结构或对象状态转换为可以存储或传输的格式,以便稍后在相同或另一个计算机环境中重建。
2. 连载:将(小说、故事等)分期刊登或播出。

扩展信息

连载
连载Serializes)form至一个查询字符串。这个方法将会返回一个这种格式的字符串:name1=value1&name2=value2Chainabl…
顺序化
一种方式是定义一个Session, 并顺序化(serializes)异步消息传送(asynchronous delivery of messages).如果要异步接收消息, clie…

例句

在派生类中重写时,将Web方法的参数值序列化到表示传出HTTP请求正文的流中。

大多数这些问题适用于那些只是在数据结构和XML间序列化的技术。

Likewise, when you serialize an object with an ObjectOutputStream, the closure of its graph of references serializes with it.

同样的,如果使用一个ObjectOutputStream序列化一个对象,该对象的引用链图的关闭状态同样会被序列化。

Class , the formatter serializes the object into a stream and inserts it into the message body . When reading from a queue using a.

类的实例将消息发送到队列时,格式化程序将对象序列化到流中并将其插入消息体。

When a message is sent to the queue, the formatter serializes an object into a stream that can be sent to the message queue.

将消息发送到队列时,格式化程序将对象序列化到可发送到消息队列的流中。

So there is often a requirement to write code that reads (deserializes or parses ) and writes (serializes) XML.

因此,总是需要写代码来读(反序列化或解析)和写(序列化)XML。

After the Serialize function runs, an IML file resides in the same folder as the Word document that the IML serializes (see Figure 16).

Serialize函数运行后,一个IML文件将驻留在与IML序列化的Word文档相同的文件夹中(见图16)。

这将序列化事务对象并导致升级,就像跨应用程序域序列化事务时一样。

请注意序列化运行时会在序列化过程中把Java对象的数据成员序列化。

在类中实现时,将对象序列化到消息体中。

However, the . NET client de-serializes it into a zero length string instead of a null string.

然而,.NET客户端将其反序列化成长度为0的字符串而不是空的字符串。

方法会自动将所提供的对象以及与它连接的所有对象序列化为所提供的流。

SOAP绑定将EJB或Java对象返回的值序列化到SOAP响应消息中。

XML序列化仅将对象的公共字段和属性值序列化为XML流。

当在派生类中重写时,将具有指定根的对象图形序列化为已经连接到格式化程序的流。

这允许为某个应用程序的各个旧版本创建的多个类型进行版本兼容的序列化。

Selecting an XML column from a table also serializes its result into a CLOB.

从一个表中选择一个XML列也会导致结果被串行化为一个CLOB。

A single process that has multiple tasks to perform implicitly serializes those tasks, because there is only one thread of control.

一个单独的有多个任务的进程在后台连续的完成这些人物,因为仅仅有一个控制线程。

同步实现了访问的串行化,因此可以降低了并发冲突风险。

Serializes the specified collection of objects and stores them in a serialization data object.

序列化指定的对象集合并将其存储在序列化数据对象中。

它将消息序列化为流,该流沿信道接收链向下传递到客户端传输接收器。

Note that XQUERY, by default, serializes its result set into a CLOB.

注意,默认情况下,XQUERY会将它的结果串行化为一个CLOB。

XML序列化仅序列化公共属性和字段,且不保持类型保真度。

Serializes the given object into a resource bundle using the given resource name.

将给定对象序列化为使用给定资源名称的资源包。

与XML序列化程序不同的是,二进制序列化程序序列化字段,而不管是否可以访问。

使用提供的数据协定,将类型实例序列化和反序列化为XML流或文档。

将指定的对象序列化为CodeDOM对象。

将给定集合序列化为CodeDOM对象。

当配置系统将配置对象的层次结构序列化到XML中时,它会检查此属性的值。

您为ViewState属性指定键和值,Page对象将对请求之间的状态信息进行序列化。