deserialize
美
英 
- 網(wǎng)絡(luò)反序列化;反串行化;反序列化函數(shù)
例句
A failed attempt to deserialize a property type because an instance of the type cannot be created.
由于無法創(chuàng)建類型的實(shí)例,嘗試反序列化屬性類型失敗。
The server formatter sink at the end of this chain will deserialize the request into a message .
此鏈末端的服務(wù)器格式化程序接收器將該請(qǐng)求反序列化為消息。
When a request comes in, we deserialize the XML into a command object using XStream and appropriately handle it.
在請(qǐng)求傳入時(shí),我們使用XStream將XML反序列化成一個(gè)命令對(duì)象,然后合理地進(jìn)行處理就可以了。
Call the Deserialize method to produce a replica of the object.
調(diào)用Deserialize方法以生成該對(duì)象的副本。
You can parse business objects into a XML document and deserialize them from the XML document using Service Data Object (SDO) APIs.
您可以將業(yè)務(wù)對(duì)象解析為XML文檔,并使用服務(wù)數(shù)據(jù)對(duì)象(SDO)API通過XML文檔對(duì)其進(jìn)行反序列化。
Flex will deserialize the SOAP response into a graph of ActionScript objects.
Flex將把SOAP響應(yīng)反序列化為ActionScript對(duì)象的一張圖。
Overridden by derived classes to deserialize and load persisted state information when a Page object initializes its control hierarchy.
在Page對(duì)象初始化其控件層次結(jié)構(gòu)時(shí),由派生類重寫以反序列化并加載保留的狀態(tài)信息。
A failed attempt to deserialize a property type that uses binary serialization.
嘗試反序列化使用二進(jìn)制序列化的屬性類型失敗。
Allows you to override property, field, and class attributes when you use the XmlSerializer to serialize or deserialize an object.
允許您在使用XmlSerializer序列化或反序列化對(duì)象時(shí)重寫屬性(Property)、字段和類屬性(Attribute)。
With the data necessary to deserialize the type represented by the current instance.
用反序列化當(dāng)前實(shí)例表示的類型所必需的數(shù)據(jù)填充。
Attribute to determine what allowable type of object to deserialize from the XML instance element containing the attribute.
屬性確定允許從包含該屬性的XML實(shí)例元素中反序列化何種類型的對(duì)象。
Properties so the formatter knows what types to attempt to deserialize.
屬性以使格式化程序知道要嘗試進(jìn)行反序列化的類型。
The ability for the server to deserialize the encoded parameter contained within the envelope.
服務(wù)器對(duì)信封中包含的已編碼參數(shù)進(jìn)行無序化處理的能力。
Gets the maximum number of items in an object graph to serialize or deserialize.
獲取對(duì)象圖中要序列化或反序列化的最大項(xiàng)數(shù)。
The next step is to add code to deserialize the object from the file when the object is created.
下一步是添加執(zhí)行以下任務(wù)的代碼:在創(chuàng)建對(duì)象時(shí)從文件反序列化對(duì)象。
Determines whether the formatter can deserialize the contents of the message.
確定格式化程序是否可以反序列化消息的內(nèi)容。
To serialize and deserialize data. Despite the presence of different type versions, the applications communicate seamlessly.
盡管存在不同類型的版本,但應(yīng)用程序仍可以進(jìn)行無縫通信。
Attribute to determine what type of object to deserialize from the XML instance element containing the attribute.
屬性確定從包含該屬性的XML實(shí)例元素中反序列化哪一種類型的對(duì)象。
Contains the BinaryFormatter class, which can be used to serialize and deserialize objects in binary format.
包含可用于以二進(jìn)制格式序列化和反序列化對(duì)象的BinaryFormatter類。
Use the DataContractSerializer class to serialize and deserialize instances of a type into an XML stream or document.
可以使用DataContractSerializer類,將類型實(shí)例序列化和反序列化為XML流或文檔。
Contains the SoapFormatter class, which can be used to serialize and deserialize objects in the SOAP format.
包含可用于以SOAP格式序列化和反序列化對(duì)象的SoapFormatter類。
The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.
當(dāng)會(huì)話數(shù)據(jù)寫入到遠(yuǎn)程副本時(shí),對(duì)會(huì)話數(shù)據(jù)進(jìn)行序列化和反序列化所需的時(shí)間可能變得非常大。
Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems.
不同的JDK級(jí)別會(huì)用稍微不同的方法對(duì)資源進(jìn)行序列化和反序列化,這樣會(huì)導(dǎo)致出現(xiàn)運(yùn)行時(shí)問題。
Listing 6 shows the code to deserialize the XML message into a Product instance.
清單6顯示了將XML消息反系列化到Product實(shí)例的代碼。
Is called, the formatter attempts to determine if the contents of the message are something it can deserialize.
時(shí),格式化程序試圖確定它是否可以反序列化消息的內(nèi)容。
Invoke the Deserialize method while casting the resulting object to the type of the original object (that was serialized).
在將結(jié)果對(duì)象轉(zhuǎn)換為原始對(duì)象(已序列化)的類型時(shí)調(diào)用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.
客戶機(jī)可以共享數(shù)據(jù)類Flight、Traveller和Bag,并使用XStreamAPI對(duì)XML進(jìn)行序列化和去序列化。
It is a simple, turnkey object that can be used to deserialize a variety of formats.
它是一個(gè)簡單的總控對(duì)象,可以用來對(duì)各種格式進(jìn)行反序列化。
Use Deserialize to deserialize a stream and create a clone of the original object or graph of objects.
使用Deserialize可將流反序列化并創(chuàng)建初始對(duì)象或對(duì)象圖形的復(fù)本。
Gets or sets a value indicating whether code can use a serialization formatter to serialize or deserialize an object.
獲取或設(shè)置一個(gè)值,該值指示代碼是否可以使用序列化格式化程序來序列化或反序列化對(duì)象。
To search for surrogates that are registered for the object types you want to deserialize.
來搜索為要反序列化的對(duì)象類型而注冊(cè)的代理項(xiàng)。
The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.
AMF格式本身就被設(shè)計(jì)為在低內(nèi)存和慢CPU條件下依然能夠快速序列化和反序列化。
Gets or sets the maximum number of items in the object graph to serialize or deserialize.
獲取或設(shè)置對(duì)象圖中要序列化或反序列化的最大項(xiàng)數(shù)。
NET profile manager uses XML serialization to serialize and deserialize custom types.
NET配置文件管理器使用XML序列化對(duì)自定義類型進(jìn)行序列化和反序列化。
That specifies the types of objects to deserialize from the message body when reading the message.
類型的數(shù)組,指定當(dāng)讀取消息時(shí)從消息體反序列化的對(duì)象的類型。
The user interface includes buttons to serialize and deserialize the two classes.
用戶界面包括序列化和反序列化這兩個(gè)類的按鈕。
The ability for the client to deserialize the encoded parameter sent back from the server.
客戶機(jī)對(duì)服務(wù)器發(fā)送回來的已編碼參數(shù)進(jìn)行無序化處理的能力。
The final step is to receive the XML message from the queue and deserialize the instance.
最后一步是從隊(duì)列接收XML消息,并反系列化實(shí)例。
Construct an XmlSerializer with the XmlAttributeOverrides before calling the Serialize or Deserialize method.
在調(diào)用Serialize或Deserialize方法之前,使用XmlAttributeOverrides構(gòu)造XmlSerializer。