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.
在请求传入时,我们使用XStream将XML反序列化成一个命令对象,然后合理地进行处理就可以了。
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文档,并使用服务数据对象(SDO)API通过XML文档对其进行反序列化。
Flex will deserialize the SOAP response into a graph of ActionScript objects.
Flex将把SOAP响应反序列化为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.
客户机可以共享数据类Flight、Traveller和Bag,并使用XStreamAPI对XML进行序列化和去序列化。
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.
在调用Serialize或Deserialize方法之前,使用XmlAttributeOverrides构造XmlSerializer。