deserialize

deserialize

 英

  • 网络反序列化;反串行化;反序列化函数

例句

A failed attempt to deserialize a property type because an instance of the type cannot be created.

由于无法创建类型实例尝试序列属性类型失败

The server formatter sink at the end of this chain will deserialize the request into a message .

末端服务器格式化程序接收器请求序列化为消息

When a request comes in, we deserialize the XML into a command object using XStream and appropriately handle it.

请求传入我们使用XStreamXML序列一个命令对象然后合理地进行处理可以

Call the Deserialize method to produce a replica of the object.

调用Deserialize方法生成对象副本

You can parse business objects into a XML document and deserialize them from the XML document using Service Data Object (SDO) APIs.

可以业务对象解析XML文档使用服务数据对象SDOAPI通过XML文档进行序列

Flex will deserialize the SOAP response into a graph of ActionScript objects.

FlexSOAP响应序列化为ActionScript对象一张

Overridden by derived classes to deserialize and load persisted state information when a Page object initializes its control hierarchy.

Page对象初始控件层次结构派生重写序列加载保留状态信息

A failed attempt to deserialize a property type that uses binary serialization.

尝试序列化使用二进序列属性类型失败

Allows you to override property, field, and class attributes when you use the XmlSerializer to serialize or deserialize an object.

允许使用XmlSerializer序列序列对象重写属性Property)、字段属性Attribute)。

With the data necessary to deserialize the type represented by the current instance.

序列当前实例表示类型必需数据填充

Attribute to determine what allowable type of object to deserialize from the XML instance element containing the attribute.

属性确定允许包含属性XML实例元素序列何种类型对象

Properties so the formatter knows what types to attempt to deserialize.

属性使格式化程序知道尝试进行序列类型

The ability for the server to deserialize the encoded parameter contained within the envelope.

服务器信封包含编码参数进行无序处理能力

Gets the maximum number of items in an object graph to serialize or deserialize.

获取对象序列序列最大

The next step is to add code to deserialize the object from the file when the object is created.

下一步添加执行以下任务代码创建对象文件序列对象

Determines whether the formatter can deserialize the contents of the message.

确定格式化程序是否可以序列消息内容

To serialize and deserialize data. Despite the presence of different type versions, the applications communicate seamlessly.

尽管存在不同类型版本应用程序可以进行无缝通信

Attribute to determine what type of object to deserialize from the XML instance element containing the attribute.

属性确定包含属性XML实例元素序列一种类型对象

Contains the BinaryFormatter class, which can be used to serialize and deserialize objects in binary format.

包含用于二进格式序列序列对象BinaryFormatter

Use the DataContractSerializer class to serialize and deserialize instances of a type into an XML stream or document.

可以使用DataContractSerializer类型实例序列序列化为XML文档

Contains the SoapFormatter class, which can be used to serialize and deserialize objects in the SOAP format.

包含用于SOAP格式序列序列对象SoapFormatter

The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.

会话数据写入远程副本会话数据进行序列序列时间可能变得非常

Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems.

不同JDK级别稍微不同方法资源进行序列序列这样导致出现运行问题

Listing 6 shows the code to deserialize the XML message into a Product instance.

清单6显示XML消息系列化Product实例代码

Is called, the formatter attempts to determine if the contents of the message are something it can deserialize.

格式化程序试图确定是否可以序列消息内容

Invoke the Deserialize method while casting the resulting object to the type of the original object (that was serialized).

结果对象转换原始对象序列类型调用Deserialize方法

Determines whether the formatter can deserialize the message.

确定格式化程序是否可以序列消息

You can share the data classes Flight, Traveller, and Bag with the client, and use the XStream API to serialize and deserialize the XML.

客户机可以共享数据FlightTravellerBag使用XStreamAPIXML进行序列序列

It is a simple, turnkey object that can be used to deserialize a variety of formats.

一个简单总控对象可以用来各种格式进行序列

Use Deserialize to deserialize a stream and create a clone of the original object or graph of objects.

使用Deserialize序列创建初始对象对象图形复本

Gets or sets a value indicating whether code can use a serialization formatter to serialize or deserialize an object.

获取设置一个指示代码是否可以使用序列化格式化程序序列序列对象

To search for surrogates that are registered for the object types you want to deserialize.

搜索序列对象类型注册代理项

The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.

AMF格式本身设计内存CPU条件依然能够快速序列序列

Gets or sets the maximum number of items in the object graph to serialize or deserialize.

获取设置对象序列序列最大

NET profile manager uses XML serialization to serialize and deserialize custom types.

NET配置文件管理器使用XML序列定义类型进行序列序列

That specifies the types of objects to deserialize from the message body when reading the message.

类型数组指定读取消息消息序列对象类型

The user interface includes buttons to serialize and deserialize the two classes.

用户界面包括序列序列两个按钮

The ability for the client to deserialize the encoded parameter sent back from the server.

客户机服务器发送回来编码参数进行无序处理能力

The final step is to receive the XML message from the queue and deserialize the instance.

最后队列接收XML消息系列化实例

Construct an XmlSerializer with the XmlAttributeOverrides before calling the Serialize or Deserialize method.

调用SerializeDeserialize方法之前使用XmlAttributeOverrides构造XmlSerializer