deserialize

并行化
常用释义
vt. 并行化;串并转换

扩展信息

反序列化
解决反序列化Deserialize)无法找到程序集的错误(1890) C/C++通过COM调用.NET托管程序集的实现(转载)(1146) C++调 …
反串行化
...件、内存缓冲区等)中或是以二进制方式通过网络传输。反串行化(Deserialize)指将这些连续的数据重新构建一个与原始对象 …
反序列化函数
...程序会报这样的错误了。但是我搞不懂的是为什么反序列化函数Deserialize)不是默认对整个流进行反序列化,而是从Posit…
反串行化操作
...ibernate这样的持久层框架)创建的,以及通过反串行化操作deserialize)创建的实例。
序列化接着并行化
在当前的实现方式中,如果你试着去序列化接着并行化(deserialize)一个线程,正常情况下不可能获得新的线程和堆栈,因为没 …

例句

由于无法创建类型的实例,尝试反序列化属性类型失败。

此链末端的服务器格式化程序接收器将该请求反序列化为消息。

在请求传入时,我们使用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将把SOAP响应反序列化为ActionScript对象的一张图。

在Page对象初始化其控件层次结构时,由派生类重写以反序列化并加载保留的状态信息。

尝试反序列化使用二进制序列化的属性类型失败。

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

允许您在使用XmlSerializer序列化或反序列化对象时重写属性(Property)、字段和类属性(Attribute)。

用反序列化当前实例表示的类型所必需的数据填充。

属性确定允许从包含该属性的XML实例元素中反序列化何种类型的对象。

属性以使格式化程序知道要尝试进行反序列化的类型。

服务器对信封中包含的已编码参数进行无序化处理的能力。

获取对象图中要序列化或反序列化的最大项数。

下一步是添加执行以下任务的代码:在创建对象时从文件反序列化对象。

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

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

属性确定从包含该属性的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.

当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。

不同的JDK级别会用稍微不同的方法对资源进行序列化和反序列化,这样会导致出现运行时问题。

清单6显示了将XML消息反系列化到Product实例的代码。

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

时,格式化程序试图确定它是否可以反序列化消息的内容。

在将结果对象转换为原始对象(已序列化)的类型时调用Deserialize方法。

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

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进行序列化和去序列化。

它是一个简单的总控对象,可以用来对各种格式进行反序列化。

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

使用Deserialize可将流反序列化并创建初始对象或对象图形的复本。