网页
图片
视频
学术
词典
地图
更多
航班
笔记本
serialize
美 [ˈsɪriəˌlaɪz]
英 [ˈsɪəriəlaɪz]
v.
连载;连播
网络
序列化;串行化;对象序列化
过去式:
serializized
过去式:
serialized
现在分词:
serializing
第三人称单数:
serializes
权威英汉双解
英汉
英英
网络释义
serialize
显示所有例句
v.
1.
~ sth
连载;连播
to publish or broadcast sth in parts as a serial
The novel was serialized on TV in six parts.
这部小说分六集在电视上播出。
v.
1.
连载;连续出版;分集[分期]顺次出版
2.
使连续
v.
1.
to
broadcast
or
publish
a
story
in
a
series
of
separate
parts
1.
序列化
关键字:
序列化
(
Serialize
)、反序列化(DeSerialize)、类加载(ClassLoad)、指纹技术(fingerprint)1 Java 序列化技术 …
huangzhe3976.blog.163.com
|
基于1322个网页
2.
串行化
例如,如何
串行化
(
serialize
)共享公共数据的线程。这种把重点放在讨论同步上是有意义的,因为同步是多线程编程中不可缺 …
baike.baidu.com
|
基于449个网页
3.
连载
连字的解释---在线新华字典 ... 连写〖 phrase〗
连载
〖
serialize
〗 连珠炮〖 drumfire;continuousfiring〗 ...
xh.5156edu.com
|
基于83个网页
4.
对象序列化
2. 使用
对象序列化
(
Serialize
)创建对象3. 使用反射机制(Reflection)动态创建对象4. 使用clone(克隆)方式创建对象这里 …
blog.csdn.net
|
基于27个网页
5.
使连续
c#中的单词 - 已解决 - 搜搜问问 ... profile: 外形, 轮廓
serialize
: 连载,
使连续
reflection: 反射, 映象 ...
wenwen.soso.com
|
基于23个网页
6.
序列化的
节约了内存空间,但是,如果它是
序列化的
(
serialize
),那么在还原序列化(deserialization)之后,你就无法获取文件内容 …
tech.sina.com.cn
|
基于18个网页
7.
串行化的
也就是说,软中断是不能进入硬件中断部分的,并且软中断在一个cpu上是不可重入的,或者说是
串行化的
(
serialize
) 其目的是避 …
blog.csdn.net
|
基于9个网页
更多释义
收起释义
例句
释义:
全部
全部
,
连载
连载
,
连播
连播
,
序列化
序列化
,
串行化
串行化
,
对象序列化
对象序列化
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Note
that the
core
DOM
API
does
not
give
you
methods
to
either
parse
XML
data
into a
DOM
,
or
to
serialize
the DOM back out to
XML
.
注意
,
核心
DOMAPI
并
不能
使
您
将
XML
数据
解析
到
DOM
,
或者
将
DOM
序列
化为
XML
。
www.ibm.com
2.
Rather
than serializing
the
object
,
pull
the
data
out
of
the
object
and
put
it
into
a
dictionary
.
Then
serialize
the
dictionary
.
不要
序列
化
对象
本身
,
而是
把
数据
从
对象
中
提取
出来
,
放
到
一个
字典
里
,
然后再
序列
化
那个
字典
。
article.yeeyan.org
3.
In
this
case
,
it is
assumed
that
the
serializer
either
already
reported
the
error
or
it did
not
attempt
to
serialize
the
object
.
在
这种
情况下
,
我们
假定
序列
化
程序
或者
已经
报告
了
错误
,
或者
没有
尝试
序列
化
该
对象
。
msdn2.microsoft.com
4.
A
user
interface
that
consistently
uses
Word
objects
to
capture
test
data
in a
way
that
's
easy
to
serialize
to
XML
.
用户
界面
一直
使用
Word
对象
,
以
易于
序列
化为
XML
的
方式
捕获
测试
数据
。
msdn2.microsoft.com
5.
You
probably
do
want
to
think
at least
a
little
about
how
you
will
serialize
to
ensure
sufficient
flexibility
for
evolution
going forward
.
您
很
可能
确实
希望
多多少少
地
考虑
如何
串行
化
才能
确保
足够
的
灵活性
,
以便
应对
未来
的
发展
。
www.ibm.com
6.
Likewise
,
when
you
serialize
an
object
with
an
ObjectOutputStream
,
the
closure
of
its
graph
of
references
serializes
with it
.
同样
的
,
如果
使用
一个
ObjectOutputStream
序列
化
一个
对象
,
该
对象
的
引用
链
图
的
关闭
状态
同样
会
被
序列
化
。
article.yeeyan.org
7.
Function
to
serialize
the
variables
and
therefore
cannot
be
used for
complex
variables
by
default
.
函数
将
变量
序列
化
,
因此
缺省
情况
下
它
不能
用于
复合
变量
。
harmony.us.kg
8.
Eventually
,
you
're going to
have
to
serialize
data
across
the client
-
server
connection
.
最后
,
您
不得不
序列
化
整个
客户机
-
服务器
连接
上
的
数据
。
www.ibm.com
9.
The System
.
Xml
.
Serialization
namespace
contains
classes
that
are
used
to
serialize
objects
into
XML
format
documents
or
streams
.
System.Xml.Serialization
命名空间
包含
用于
将
对象
序列
化为
XML
格式
文档
或
流
的
类
。
msdn2.microsoft.com
10.
This
allows
a
single
instance
of
a
serialization
manager
to be
used
to
serialize
multiple
object
trees
.
这
允许
使用
序列化
管理器
的
一个
实例
序列
化
多个
对象
树
。
technet.microsoft.com
1
2
3
4
5