群发词典
首页
查询
deserialization
反序列化:将序列化的数据转换回其原始数据结构的过程。
常用释义
n.
反序列化:将序列化的数据(通常是二进制或字符串格式)转换回其原始数据结构的过程。
· Deserialization is the process of converting serialized data back into its original data structure.
反序列化是将序列化的数据转换回其原始数据结构的过程。
扩展信息
网络释义
还原序列化
还原序列化
(
Deserialization
) 是指从组态档读取 XML 资料、将其转换为即时资料,并将其储存在物件中。版本资讯平台请参阅 …
反序列化
反序列化
(
Deserialization
)——从一个八位字节流构建XML Infoset的过程。它是用于从消息的有线格式创建消息的Infoset 表 …
从流中读出来的并行化
...冻”或者“腌咸菜(picking)”过程;而把对象
从流中读出来的并行化
(
Deserialization
)过程则叫做 “解冻”或者“回鲜(depicking)…
从流中读出来是并行化
把对象写到流中的过程是串行化(Serilization)过程,而把对象
从流中读出来是并行化
(
Deserialization
)过程。应当指出的是,写在 …
反序列化机制
无论你是接受了默认的行为,还是覆盖了默认的行为,
反序列化机制
(
deserialization
)都是一个"隐藏的构造器",具备与其他 …
例句
全部
Represents
the
event
code
indicating
that there was an
error
during
the
deserialization
of
a
property
.
表示
事件
代码
,
该
代码
指示
在
反
序列
化
属性
期间
发生
了
错误
。
Represents
the
event
code
indicating
that there was an
error
during
the
deserialization
of
the
type
or
value
of an
object
.
表示
事件
代码
,
该
代码
指示
在
反
序列
化
对象
的
类型
或
值
期间
发生
了
错误
。
To
create
Java Beans to
handle
the
serialization
and
deserialization
of a
data
-
type
bean
's
wire
format
,
referred
to as
format
handler
.
为了
创建
JavaBean
来
处理
数据
类型
bean
有线
格式
的
序列化
和
反
序列
化
,
也
称为
格式
处理器
。
If
an
old
client
were
to
receive
the
new
field
,
the
client
deserialization
would
fail
because
the
client
would
not
know
about the
new
field
.
如果
旧
客户端
接收
了
新
字段
,
那么
客户端
反
序列
化
将
会
失败
,
那
是
因为
客户端
无法
知道
新
字段
的
信息
。
When
applied
to
a
method
,
specifies
that
the
method
is
called
immediately
after
deserialization
of the
object
.
当
应用
于
某
方法
时
,
指定
在
对象
反
序列
化
后
立即
调用
此
方法
。
When
applied
to
a
method
,
specifies
that the
method
is
called
during
deserialization
of
an
object
.
当
应用
至
方法
时
,
指定
反
序列
化
对象
时
调用
的
方法
。
Simple
lives
up
to
its
by name
using
annotations
to
enable
the
serialization
or
deserialization
process
.
Simple
名副其实
,
它
使用
注解
来
支持
序列化
和
反
序列
化
过程
。
This
method
is
an
extension
point
that
allows
you
to
handle
the
deserialization
of
a
custom
element
extension
.
这个
方法
是
延伸
点
,
可
让
您
处理
自
订
项目
延伸
的
还原
序列
化
作业
。
Do
not
assume
that
controlling
deserialization
is
the
only
security
your
application
requires
.
不要
以为
控制
反
序列
化
是
应用程序
要求
的
唯一
安全
机制
。
Not
surprisingly
,
the
annotations
are
also
interpreted
during
the
deserialization
process
when an
XML
document
is
translated
into
a POJO
.
无
足
为
奇
,
在
XML
文档
被
转换
成
POJO
的
反
序列
化
过程
中
,
注解
也会
被
解释
。
If
an
old
client
were
to
receive
a
new
extension
type
,
the
client
deserialization
would
fail
.
如果
旧
客户端
接收
了
新
的
扩展
类型
,
那么
反
序列
化
(
deserialization
)
将会
以
失败
而
告终
。
To
help protect
against
this
type of
attack
,
.
NET Framework
remoting
provides
two
levels
of
automatic
deserialization
,
Low
and
Full
.
为了
免
受
这种
攻击
,
.
NETFramework
远程处理
提供
了
两个
自动
反
序列
化
级别
:
Low
和
Full
。
the
properties
that
contained
default
values
during
serialization
will
not
be
reset
back
to
their
defaults
during
deserialization
.
在
反
序列化
过程
中
,
不会
将
在
序列
化
过程
中
包含
了
默认
值
的
属性
重置
为
它们
的
默认
值
。
During the
deserialization
process
,
all
business
components
that
belong
to the
composite
application
are
created
and
filled
with
data
.
在
反
序列
化
过程
中
,
所有
进程
,
属于
复合
应用程序
的
所有
业务
组件
都被
创建
,
并且
用
数据
填充
。
Provides
data
for
the
known
,
but
unreferenced
,
object
found
in
an
encoded
SOAP XML
stream
during
deserialization
.
在
反
序列
化
期间
,
为
在
编码
的
SOAPXML
流
中
找到
的
已知
的
(
但
未引用
的
)
对象
提供
数据
。
Attributes
are
stored
as
String
with
a
String
type
key
,
which
may
require
serialization
and
deserialization
of
objects
.
这些
属性
存储
为
String
,
并
使用
String
类型
的
键
值
,
这
可能
需要
对象
的
序列化
和
反
序列
化
。
The
deserialization
of
a
transaction
fails
because
the
transaction
manager
cannot
be
contacted
.
事务
的
反
序列
化
因
无法
联系
事务
管理器
而
失败
。
The
current
method
should
only
be
used for
deserialization
when
the
user
intends to
immediately
populate
all
fields
.
只有
当
用户
想要
立即
填充
所有
字段
时
,
才
应
将
当前
方法
用于
反
序列
化
。
Interface
contains
the
method
call
parameter
types
used
during
deserialization
of
a
method
call
.
接口
包含
在
方法
调用
的
反
序列
化
过程
中
使用
的
方法
调用
参数
类型
。
Retrieves
the
Type
that
should
be
used
during
deserialization
of
an
unrecognized
object
type
with
the
given
XML
element
name
and
namespace
.
检索
在
反
序列
化
具有
给定
XML
元素
名
和
命名空间
的
无法
识别
的
对象
类型
时
应
使用
的
。
During
deserialization
,
an
optional
field
may
not
be
correctly
initialized
if
the
data
for the
field
is
missing
.
在
反
序列
化
期间
,
如果
缺少
可
选
字段
的
数据
,
该
字段
可能
无法
正确
初始
化
。
A number
of
files
are
generated
to
facilitate
the
serialization
and
deserialization
of the
messages
to
and
from
the
service
.
大量
文件
生成
以
帮助
序列
化
和
反
序列
化
这些
进出
服务
的
信息
。
Recall
that
deserialization
is
the
process
of
translating
an
XML
document
into
a
POJO
.
回想
一下
,
反
序列
化
是
将
XML
文档
转换
成
POJO
的
过程
。
The
stream
that
needs
to
be
processed
and
passed
on to the
deserialization
sink
.
需要
被
处理
并
传递
到
反
序列
化
接收器
的
流
。
Should
only
be
used
for
deserialization
when
the
user
intends
to
immediately
populate
all
fields
.
仅
当
用户
打算
立即
填充
所有
字段
时
,
才
应该
使用
。
Following
are
the
three
scenarios
that
cause
deserialization
error
events
to
be
written
to the
log
.
下面
是
导致
反
序列
化
错误
事件
被
写入
日志
的
三种
情形
。
Deserialization
is
the
opposite
of
serialization
,
where
you
create
a
Java
object
from
its
serialized
form
.
反
序列
化
是
序列
化
的
反向
操作
,
在
这里
将
根据
Java
对象
的
序列
化
形式
创建
一个
Java
对象
。
Implements
a
serialization
surrogate
selector
that
allows
one
object
to
perform
serialization
and
deserialization
of another
.
实现
序列
化
代理项
选择器
,
此
选择
器
允许
一个
对象
对
另一个
对象
执行
序列
化
和
反
序列
化
。
The
initial
bootstrapping
of
the
serialization
and
deserialization
of
RPC
parameters
and
responses
is
handled
by the
root
(
de
)
serializers
.
根
(
反
)
序列
化
器
处理
RPC
参数
和
响应
的
序列
化
及
反
序列
化
的
初始
引导
。
Persevere
automates
the
necessary
serialization
,
Ajax
calls
,
and
deserialization
.
Persevere
会
对
必要
的
序列化
、
Ajax
调用
和
去
序列
化
进行
自动化
处理
。
更新时间:2025-05-18 15:42