网页
图片
视频
学术
词典
地图
更多
航班
笔记本
serializable 可序列化的
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Both
are
serializable
,
so
wrapping
your
object
in
SealedObject
creates
a sort
of
"
gift
box
"
around
the
original
object
.
两者
都
是
可
序列
化
的
,
所以
将
对象
包装
在
SealedObject
中
可以
围绕
原
对象
创建
一种
“
包装
盒
”
。
www.ibm.com
2.
Since
the
context
object
needs
to
be
passed
across
components
, the object
should
be
serializable
.
因为
需要
跨
组件
传递
上下文
对象
,
所以
这个
对象
应该
是
可
序列
化
的
。
www.ibm.com
3.
The
EJB
specification
states that the
key
must
be
a
unique
value
represented
by
a
serializable
object
.
EJB
规范规定
:
主
键
必须
是
一个
可
序列
化
的
对象
所
表示
的
独一无二
的
值
。
www.ibm.com
4.
The
Body
property
can
be
any
serializable
object
,
such
as
a
text
string
,
structure
object
,
class
instance
, or
embedded
object
.
Body
属性
可以
是
任何
可
序列
化
的
对象
,
如
文本
字符串
、
结构
对象
、
类
实例
或
嵌入
对象
等
。
msdn2.microsoft.com
5.
To pass
through
the
isolation
boundary
,
types
must
be
either
contracts
or
serializable
types
.
若要
通过
隔离
界限
,
这些
型
别
必须
是
合约
或是
可
序列
化
的
型
别
。
technet.microsoft.com
6.
If
your
handle
type
does
not
support
this
then
the
SafeHandle
type
wrapping
it
cannot
be
made
serializable
.
如果
您
的
句柄
类型
不
支持
此
操作
,
则
不能
将
包装
它
的
SafeHandle
类型
设置
为
可
序列
化
的
。
msdn2.microsoft.com
7.
Remember
that
data
maps
contain
the
values
of
the
JSF
components
,
which
must
be
serializable
according
to the JSF
specification
.
注意
:
数据
地图
包含
JSF
组件
的
值
,
而
根据
JSP
规范
,
它们
必须
是
可
序列
化
的
。
www.ibm.com
8.
Each value
can
be a primitive
data
type or another
Data
Object
.
A
Data
Object
is
serializable
.
数据
对象
是
可
序列
化
的
。
www.ibm.com
9.
If
you
try
to
serialize
your
object
with
a
normal
event
,
serialization
will
fail
because
the
storage
backing
the
event
isn't
serializable
.
如果
你
试图
通过
一个
普通
事件
来
序列
化
你
的
对象
,
序列
化
就会
失败
,
这
是
因为
备份
该
事件
的
存储
是
不
可
序列
化
的
。
tc.wangchao.net.cn
10.
If
you
pass
a non-serializable
object
to
a Clipboard
method
,
the
method
will
fail
without
throwing
an
exception
.
如果
将
不
可
序列
化
的
对象
传递
给
Clipboard
方法
,
该
方法
将
失败
,
但
不会
引发
异常
。
msdn2.microsoft.com
1
2
3