月亮词典
首页
查询
Serializes
v.
常用释义
词性释义
v.
1. 序列化:将数据结构或对象状态转换为可以存储或传输的格式,以便稍后在相同或另一个计算机环境中重建。
2. 连载:将(小说、故事等)分期刊登或播出。
例句
全部
When
overridden
in
a
derived
class
,
serializes
Web
method
parameter
values
into
a
stream
representing
the
outgoing
HTTP
request
body
.
在
派生
类
中重写时
,
将
Web
方法
的
参数
值
序列
化
到
表示
传出
HTTP
请求
正文
的
流
中
。
Most
of
these
problems
will
apply
to any
technique
which
just
serializes
data structures
to
and
from
XML
.
大多数
这些
问题
适用
于
那些
只是
在
数据结构
和
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
)。
This
serializes
the
transaction
object
and
results
in an
escalation
,
as
when
a
transaction
is
serialized
across
an
application
domain
.
这
将
序列化
事务
对象
并
导致
升级
,
就
像
跨
应用程序
域
序列
化
事务
时
一样
。
Note
that the
serialization
runtime
serializes
the
data
members
of
your
Java
objects
during
the
serialization
process
.
请
注意
序列
化
运行时
会
在
序列
化
过程
中
把
Java
对象
的
数据
成员
序列
化
。
When
implemented
in
a
class
,
serializes
an
object
into
the
body
of
the
message
.
在
类
中
实现
时
,
将
对象
序列
化
到
消息
体
中
。
However
,
the
.
NET
client
de-serializes
it
into
a zero
length
string
instead
of
a
null
string
.
然而
,
.
NET
客户端
将
其
反
序列
化
成
长度
为
0
的
字符串
而不是
空
的
字符串
。
Method
automatically
serializes
the
provided
objects
,
and
all
objects
connected
to
it
, to the
provided
stream
.
方法
会
自动
将
所
提供
的
对象
以及与
它
连接
的
所有
对象
序列
化为
所
提供
的
流
。
The
SOAP
binding
serializes
the
return
value
from the
EJB
or
Java
object
into
a
SOAP
response
message
.
SOAP
绑定
将
EJB
或
Java
对象
返回
的
值
序列
化
到
SOAP
响应
消息
中
。
XML
serialization
serializes
only
the
public
fields
and
property
values
of
an
object
into
an
XML
stream
.
XML
序列化
仅
将
对象
的
公共
字段
和
属性
值
序列
化为
XML
流
。
When
overridden
in
a
derived
class
,
serializes
the
graph
of
objects
with
the
specified
root
to the
stream
already
attached
to the
formatter
.
当
在
派生
类
中重写时
,
将
具有
指定
根
的
对象
图形
序列
化为
已经
连
接到
格式化程序
的
流
。
This
enables
version
-
tolerant
serialization
of
types
created
for
older
versions
of
an
application
that
serializes
data
.
这
允许
为
某个
应用程序
的
各个
旧
版本
创建
的
多个
类型
进行
版本
兼容
的
序列化
。
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
.
一个
单独
的
有
多个
任务
的
进程
在
后台
连续
的
完成
这些
人物
,
因为
仅仅
有
一个
控制
线程
。
Synchronization
serializes
access
to
an
object
thereby
minimizing
potential
concurrency
.
同步
实现
了
访问
的
串行
化
,
因此
可以
降低
了
并发
冲突
风险
。
Serializes
the
specified
collection
of
objects and stores them in a
serialization
data
object
.
序列化
指定
的
对象
集合
并
将
其
存储
在
序列
化
数据
对象
中
。
Which
serializes
the
message
into
a
stream
that is
passed
down
the
channel
sink
chain
to the
client
transport
sink
.
它
将
消息
序列
化为
流
,
该
流
沿
信道
接收
链
向下
传递
到
客户端
传输
接收
器
。
Note
that XQUERY
,
by
default
,
serializes
its
result
set
into
a
CLOB
.
注意
,
默认
情况
下
,
XQUERY
会
将
它
的
结果
串行
化为
一个
CLOB
。
XML
serialization
serializes
only
public
properties
and
fields
and
does
not
preserve
type
fidelity
.
XML
序列
化
仅
序列
化
公共
属性
和
字段
,
且
不
保持
类型
保真
度
。
Serializes
the
given
object
into
a
resource
bundle
using
the
given
resource name
.
将
给定
对象
序列
化为
使用
给定
资源
名称
的
资源
包
。
The
binary
serializer
,
unlike
the
XML
serializer
,
serializes
fields
,
regardless
of
accessibility
.
与
XML
序列
化
程序
不同
的
是
,
二进
制
序列
化
程序
序列
化
字段
,
而不管
是否
可以
访问
。
Serializes
and
deserializes
an
instance
of
a
type
into
an
XML
stream
or
document
using
a
supplied
data
contract
.
使用
提供
的
数据
协定
,
将
类型
实例
序列
化
和
反
序列
化为
XML
流
或
文档
。
Serializes
the
specified
object
into
a CodeDOM
object
.
将
指定
的
对象
序列
化为
CodeDOM
对象
。
Serializes
the
given
collection
into
a CodeDOM
object
.
将
给定
集合
序列
化为
CodeDOM
对象
。
When
the
configuration
system
serializes
a
hierarchy
of
configuration
objects
to
XML
,
it
checks
the
value
of
this
property
.
当
配置
系统
将
配置
对象
的
层次结构
序列
化
到
XML
中
时
,
它
会
检查
此
属性
的
值
。
You
assign
keys
and
values
to
the
ViewState
property
,
and
the
Page
object
serializes
the
state
information
between
requests
.
您
为
ViewState
属性
指定
键
和
值
,
Page
对象
将
对
请求
之间
的
状态
信息
进行
序列
化
。
网络释义
连载
连载
(
Serializes
)form至一个查询字符串。这个方法将会返回一个这种格式的字符串:name1=value1&name2=value2Chainabl…
顺序化
一种方式是定义一个Session, 并
顺序化
(
serializes
)异步消息传送(asynchronous delivery of messages).如果要异步接收消息, clie…
更新时间:2025-05-01 18:00