月亮词典
首页
查询
deserialized
反序列化
常用释义
词性释义
反序列化
例句
全部
One
of
these
properties
must
be
set
before the
message
can
be
deserialized
.
必须
先
设置
这些
属性
中
的
一个
,
才能
反
序列
化
消息
。
If
you
want
your
object
to
be
deserialized
in a
custom
manner
as
well
,
you
must
use
a
custom
constructor
.
如果
希望
同样
以
自
定义
方式
反
序列
化
对象
,
则
必须
使用
自
定义
构造函数
。
When
message
data
is
encrypted
,
serialized
,
or
deserialized
,
only
the
contents
of
the
Body
property
are
affected
.
加密
、
序列
化
或
反
序列
化
消息
数据
时
,
只
会
影响
Body
属性
的
内容
。
Gets
a
value
that
specifies
whether
to
ignore
data
supplied
by
an
extension
of
the
class
when
the
class
is being
serialized
or
deserialized
.
获取
一个
值
,
指定
在
对
类
进行
序列
化
或
反
序列
化
时
是否
忽略
类
扩展
提供
的
数据
。
A
composite
application
can
be
deserialized
in
two
ways
:
from
a
composite
application
template
or
from
a
backup
.
一个
复合
应用程序
可以
用
两
种
方法
反
序列
化
:
从
一个
复合
应用程序
模板
或
从
一个
备份
。
The
MDB
method
that you
wish
to
invoke
takes
the
deserialized
object
as
a
parameter
.
希望
调用
的
MDB
方法
采用
反
序列
化
之后
的
对象
作为
参数
。
Once
all
the
parts
have
been
verified
(
using
WSDL
if
necessary
),
the
deserialized
objects
are
passed
on
for
business
processing
.
一旦
所有
部分
都
通过
验证
(
必要
时
可用
WSDL
),
反
序列
化
的
对象
就
被
传递
,
用于
业务
处理
。
Specifies
the
set
of
possible
types
that
will
be
deserialized
by
the
formatter
from
the
message
provided
.
指定
可能
的
类型
集
,
这些
类型
将
由
格式化
程序
从
提供
的
消息
进行
反
序列
化
。
Specifies
a
string
that can be
deserialized
by the provider into the hard-coded
default
value
for
this
property
.
指定
一个
字符串
,
提供
程序
可以
将
该
字符串
反
序列
化
为此
属性
的
硬
编码
默认
值
。
The
signature
of
the
method
also
defines
a
CLR
return
type
,
which
takes the
deserialized
XML
content
from
the
service
response
.
这个
方法
的
签名
还
定义
了
一个
CLR
返回
类型
,
它
从
服务
响应
中
反
序列
化
出
XML
内容
。
In
the FailTask_Deser
class
,
the
name
field
setter
method
is
used
to
set
the
name
value
of
the
deserialized
FailTask
object
.
在
FailTask_Deser
类
中
,
name
字段
setter
方法
用于
设置
反
序列
化
的
FailTask
对象
的
name
值
。
The
target
server
receives
the
request
and
passes
the
deserialized
token
to
the
application
server
for
decryption
.
目标
服务器
接收
请求
,
并
将
反
序列
化
后
的
令牌
传递
给
应用
服务器
进行
解密
。
Now
assume
you
construct
the
incoming
stream
so that the
lead
4
bytes
(
the
length
of
what
will
get
deserialized
)
reads
256
.
再
假设
您
构建
传入
流
时
,
使
前
4
个字节
(
要
非
串
形
化
的
内容
的
长度
)
的
读数
为
256
。
Is
deserialized
from
the
SOAP
message
sent
across
the
network
into
an
object
.
从
通过
网络
发送
的
SOAP
消息
反
序列
化
到
对象
之前
的
阶段
。
From
a
performance
point of
view
,
this
means
that the JMS
messages
are
serialized
and
deserialized
, which
is
CPU
-
intensive
.
从
性能
角度看
,
这
意味
着
JMS
消息
将
被
序列
化
并
反
序列
化
,
这
很
耗费
CPU
资源
。
Class
,
using
deserialized
data
from
the
specified
serialization
and
stream
objects
.
使用
从
指定
的
序列化
和
流
对象
反
序列
化
的
数据
,
初始
化
。
Returns
the
real
object
that
should be
deserialized
,
rather
than
the
object
that the
serialized
stream
specifies
.
返回
应
进行
反
序列
化
的
真实
对象
(
而
不是
序列
化
流
指定
的
对象
)。
The
deserialized
object
must
be
cast
to
an
object
variable
of
type
PurchaseOrder
.
必须
将
反
序列
化
的
对象
强制转换
为
PurchaseOrder
类型
的
对象
变量
。
As
with
the CreatePo
method
,
you
must
first
construct
a
XmlSerializer
,
passing
the
type
of
the
class
to
be
deserialized
to the
constructor
.
与
CreatePo
方法
一样
,
必须
首先
构造
一个
XmlSerializer
,
将要
反
序列
化
的
类
的
类型
传递
给
构造
函数
。
Reads the
contents
from
the
given
message
and
creates
an
object
that
contains
the
deserialized
message
.
从
给定
的
消息
中
读取
内容
,
并
创建
包含
反
序列
化
消息
的
对象
。
When
the
object
is
subsequently
deserialized
,
an
exact
clone
of
the
original
object
is
created
.
在
以后
反
序列
化
该
对象
时
,
创建
原始
对象
的
精确
复本
。
This
string
can
then
be
parsed
in
whatever
manner
you
choose
and
deserialized
into
your
chosen
object
form
.
然后
,
您
将
按
您
选定
的
任何
方式
来
解析
该
字符串
并
将
其
反
序列
化为
所
选定
的
对象
形式
。
With HTTP-based APIs
,
the
return
value
needs
to be
deserialized
from
XML
and
then
type
-
casted
.
通过
基于
HTTP
的
API
,
返回
值
需要
从
XML
反
序列
化
,
然后
再
设置
类型
。
In
JAX-
RPC
,
these
parameters
are
deserialized
into
normal
Java
objects
and
primitive
data
types
.
在
JAX-RPC
中
,
这些
参数
被
反
序列
化为
通常
的
Java
对象
和
简单
数据
类型
。
However
,
a
parent
object
cannot
presume
that all its
child
objects
will
be
fully
completed
when it is
fully
deserialized
.
但是
,
父
对象
不能
假定
在
其
被
完全
反
序列
化
时
其
所有
子
对象
将
被
完全
完成
。
You
should
consider
making
the
object
serialized
and
deserialized
so
that it is
shared
across
the
cluster
.
您
应该
考虑
进行
对象
序列
化
和
反
序列
化
,
以便
在
集群
范围
内
进行
共享
。
However
,
the
precondition
is
that
all
shared
attributes
must
be
serialized
and
deserialized
.
然而
,
前提
是
必须
对
所有
共享
的
属性
进行
序列
化
和
反
序列
化
。
The
statement
collections
for
each
variable
are
deserialized
according
to the
variable
.
每个
变量
的
语句
集合
均
根据
该
变量
反
序列
化
。
The
public
variable
is
not
serialized
,
and the
deserialized
value
is
0
.
公共
变量
没有
序列
化
,
所以
反
序列
化
的
值
为
0
。
The
method
must
return
the
deserialized
value
object
.
该
方法
必须
返回
反
序列
化
的
值
对象
。
网络释义
反序列化
...将从内存中清除.当工作流等待的事件发生时,工作流将
反序列化
(
Deserialized
)并被唤醒,然后继续它的流程.
行化
writeObject()和readObject()方法实现了对象的串行化(Serialized)和反串
行化
(
Deserialized
)例13-9 系统对象的串行化处理 …
更新时间:2025-04-26 11:22