deserialized
美
英 
例句
One of these properties must be set before the message can be deserialized.
必須先設置這些屬性中的一個,才能反序列化消息。
If you want your object to be deserialized in a custom manner as well, you must use a custom constructor.
如果希望同樣以自定義方式反序列化對象,則必須使用自定義構造函數。
When message data is encrypted, serialized, or deserialized, only the contents of the Body property are affected.
加密、序列化或反序列化消息數據時,只會影響Body屬性的內容。
Gets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized.
獲取一個值,指定在對類進行序列化或反序列化時是否忽略類擴展提供的數據。
A composite application can be deserialized in two ways: from a composite application template or from a backup.
一個復合應用程序可以用兩種方法反序列化:從一個復合應用程序模板或從一個備份。
The MDB method that you wish to invoke takes the deserialized object as a parameter.
希望調用的MDB方法采用反序列化之后的對象作為參數。
Once all the parts have been verified (using WSDL if necessary), the deserialized objects are passed on for business processing.
一旦所有部分都通過驗證(必要時可用WSDL),反序列化的對象就被傳遞,用于業務處理。
Specifies the set of possible types that will be deserialized by the formatter from the message provided.
指定可能的類型集,這些類型將由格式化程序從提供的消息進行反序列化。
Specifies a string that can be deserialized by the provider into the hard-coded default value for this property.
指定一個字符串,提供程序可以將該字符串反序列化為此屬性的硬編碼默認值。
The signature of the method also defines a CLR return type, which takes the deserialized XML content from the service response.
這個方法的簽名還定義了一個CLR返回類型,它從服務響應中反序列化出XML內容。
In the FailTask_Deser class, the name field setter method is used to set the name value of the deserialized FailTask object.
在FailTask_Deser類中,name字段setter方法用于設置反序列化的FailTask對象的name值。
The target server receives the request and passes the deserialized token to the application server for decryption.
目標服務器接收請求,并將反序列化后的令牌傳遞給應用服務器進行解密。
Now assume you construct the incoming stream so that the lead 4 bytes (the length of what will get deserialized) reads 256.
再假設您構建傳入流時,使前4個字節(要非串形化的內容的長度)的讀數為256。
Is deserialized from the SOAP message sent across the network into an object.
從通過網絡發送的SOAP消息反序列化到對象之前的階段。
From a performance point of view, this means that the JMS messages are serialized and deserialized, which is CPU-intensive.
從性能角度看,這意味著JMS消息將被序列化并反序列化,這很耗費CPU資源。
Class, using deserialized data from the specified serialization and stream objects.
使用從指定的序列化和流對象反序列化的數據,初始化。
Returns the real object that should be deserialized, rather than the object that the serialized stream specifies.
返回應進行反序列化的真實對象(而不是序列化流指定的對象)。
The deserialized object must be cast to an object variable of type PurchaseOrder.
必須將反序列化的對象強制轉換為PurchaseOrder類型的對象變量。
As with the CreatePo method, you must first construct a XmlSerializer, passing the type of the class to be deserialized to the constructor.
與CreatePo方法一樣,必須首先構造一個XmlSerializer,將要反序列化的類的類型傳遞給構造函數。
Reads the contents from the given message and creates an object that contains the deserialized message.
從給定的消息中讀取內容,并創建包含反序列化消息的對象。
When the object is subsequently deserialized, an exact clone of the original object is created.
在以后反序列化該對象時,創建原始對象的精確復本。
This string can then be parsed in whatever manner you choose and deserialized into your chosen object form.
然后,您將按您選定的任何方式來解析該字符串并將其反序列化為所選定的對象形式。
With HTTP-based APIs, the return value needs to be deserialized from XML and then type-casted.
通過基于HTTP的API,返回值需要從XML反序列化,然后再設置類型。
In JAX-RPC, these parameters are deserialized into normal Java objects and primitive data types.
在JAX-RPC中,這些參數被反序列化為通常的Java對象和簡單數據類型。
However, a parent object cannot presume that all its child objects will be fully completed when it is fully deserialized.
但是,父對象不能假定在其被完全反序列化時其所有子對象將被完全完成。
You should consider making the object serialized and deserialized so that it is shared across the cluster.
您應該考慮進行對象序列化和反序列化,以便在集群范圍內進行共享。
However, the precondition is that all shared attributes must be serialized and deserialized.
然而,前提是必須對所有共享的屬性進行序列化和反序列化。
The statement collections for each variable are deserialized according to the variable.
每個變量的語句集合均根據該變量反序列化。
The public variable is not serialized, and the deserialized value is 0.
公共變量沒有序列化,所以反序列化的值為0。
The method must return the deserialized value object.
該方法必須返回反序列化的值對象。
Method is automatically called when the entire object graph has been deserialized.
則在整個對象圖已被反序列化后將自動調用。
Gets the XML local name of the XML node being deserialized.
獲取正在被反序列化的XML節點的XML本地名稱。
The response is also manually deserialized into an object.
響應也是被手工反序列化成一個對象的。
Steps 12-14 are repeated until all matching vehicles in the result set have been deserialized into objects.
重復第12-14步,直至結果集中所有匹配的車輛都排進對象里。
Runs when the entire object graph has been deserialized.
在整個對象圖形已經反序列化時運行。
Stores an object that is being deserialized from a SOAP-encoded multiRef element for later access through the GetTarget method.
存儲要從SOAP編碼的multiRef元素反序列化的對象,以備以后通過GetTarget方法訪問。
Gets an object that is being deserialized from a SOAP-encoded multiRef element and that was stored earlier by AddTarget.
獲取先由AddTarget存儲,后從SOAP編碼的multiRef元素反序列化的對象。
Type {0} and the types derived from it (such as {1}) are not permitted to be deserialized at this security level.
不允許類型{0}和從中派生的類型(例如{1})在此安全級別上被反序列化。
Method and a special constructor that is used when the object is deserialized.
方法以及在反序列化對象時使用的特殊構造函數。
Indicates that one or more deserialized objects failed validation tests. The argument should provide the reason for the failure.
表示一個或多個解序列化的對象沒能通過確認,應該提供參數來說明失敗原因。