deserialize

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

deserializedeserialize

deserialize

反序列化

解决反序列化Deserialize)无法找到程序集的错误(1890) C/C++通过COM调用.NET托管程序集的实现(转载)(1146) C++调 …

反串行化

...件、内存缓冲区等)中或是以二进制方式通过网络传输。反串行化(Deserialize)指将这些连续的数据重新构建一个与原始对象 …

反序列化函数

...程序会报这样的错误了。但是我搞不懂的是为什么反序列化函数Deserialize)不是默认对整个流进行反序列化,而是从Posit…

反串行化操作

...ibernate这样的持久层框架)创建的,以及通过反串行化操作deserialize)创建的实例。

序列化接着并行化

在当前的实现方式中,如果你试着去序列化接着并行化(deserialize)一个线程,正常情况下不可能获得新的线程和堆栈,因为没 …

1
A failed attempt to deserialize a property type because an instance of the type cannot be created. 由于无法创建类型的实例,尝试反序列化属性类型失败。
2
The server formatter sink at the end of this chain will deserialize the request into a message . 此链末端的服务器格式化程序接收器将该请求反序列化为消息。
3
When a request comes in, we deserialize the XML into a command object using XStream and appropriately handle it. 在请求传入时,我们使用XStream将XML反序列化成一个命令对象,然后合理地进行处理就可以了。
4
Call the Deserialize method to produce a replica of the object. 调用Deserialize方法以生成该对象的副本。
5
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文档对其进行反序列化。
6
Flex will deserialize the SOAP response into a graph of ActionScript objects. Flex将把SOAP响应反序列化为ActionScript对象的一张图。
7
Overridden by derived classes to deserialize and load persisted state information when a Page object initializes its control hierarchy. 在Page对象初始化其控件层次结构时,由派生类重写以反序列化并加载保留的状态信息。
8
A failed attempt to deserialize a property type that uses binary serialization. 尝试反序列化使用二进制序列化的属性类型失败。
9
Allows you to override property, field, and class attributes when you use the XmlSerializer to serialize or deserialize an object. 允许您在使用XmlSerializer序列化或反序列化对象时重写属性(Property)、字段和类属性(Attribute)。
10
With the data necessary to deserialize the type represented by the current instance. 用反序列化当前实例表示的类型所必需的数据填充。
11
Attribute to determine what allowable type of object to deserialize from the XML instance element containing the attribute. 属性确定允许从包含该属性的XML实例元素中反序列化何种类型的对象。
12
Properties so the formatter knows what types to attempt to deserialize. 属性以使格式化程序知道要尝试进行反序列化的类型。
13
The ability for the server to deserialize the encoded parameter contained within the envelope. 服务器对信封中包含的已编码参数进行无序化处理的能力。
14
Gets the maximum number of items in an object graph to serialize or deserialize. 获取对象图中要序列化或反序列化的最大项数。
15
The next step is to add code to deserialize the object from the file when the object is created. 下一步是添加执行以下任务的代码:在创建对象时从文件反序列化对象。
16
Determines whether the formatter can deserialize the contents of the message. 确定格式化程序是否可以反序列化消息的内容。
17
To serialize and deserialize data. Despite the presence of different type versions, the applications communicate seamlessly. 尽管存在不同类型的版本,但应用程序仍可以进行无缝通信。
18
Attribute to determine what type of object to deserialize from the XML instance element containing the attribute. 属性确定从包含该属性的XML实例元素中反序列化哪一种类型的对象。
19
Contains the BinaryFormatter class, which can be used to serialize and deserialize objects in binary format. 包含可用于以二进制格式序列化和反序列化对象的BinaryFormatter类。
20
Use the DataContractSerializer class to serialize and deserialize instances of a type into an XML stream or document. 可以使用DataContractSerializer类,将类型实例序列化和反序列化为XML流或文档。
21
Contains the SoapFormatter class, which can be used to serialize and deserialize objects in the SOAP format. 包含可用于以SOAP格式序列化和反序列化对象的SoapFormatter类。
22
The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large. 当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。
23
Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems. 不同的JDK级别会用稍微不同的方法对资源进行序列化和反序列化,这样会导致出现运行时问题。
24
Listing 6 shows the code to deserialize the XML message into a Product instance. 清单6显示了将XML消息反系列化到Product实例的代码。
25
Is called, the formatter attempts to determine if the contents of the message are something it can deserialize. 时,格式化程序试图确定它是否可以反序列化消息的内容。
26
Invoke the Deserialize method while casting the resulting object to the type of the original object (that was serialized). 在将结果对象转换为原始对象(已序列化)的类型时调用Deserialize方法。
27
Determines whether the formatter can deserialize the message. 确定格式化程序是否可以反序列化消息。
28
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进行序列化和去序列化。
29
It is a simple, turnkey object that can be used to deserialize a variety of formats. 它是一个简单的总控对象,可以用来对各种格式进行反序列化。
30
Use Deserialize to deserialize a stream and create a clone of the original object or graph of objects. 使用Deserialize可将流反序列化并创建初始对象或对象图形的复本。