Reads an XML document or document stream and returns the deserialized object.
读取一个XML文档或文档流,并返回反序列化的对象。
By default, parameters with complex types are deserialized from the request body.
默认地,复合类型的参数是通过请求体来解序列化的。
The MDB method that you wish to invoke takes the deserialized object as a parameter.
希望调用的MDB方法采用反序列化之后的对象作为参数。
The class being serialized/deserialized is not required to have a default constructor.
序列化/逆序列化的类不需要有默认构造函数。
The exception's constructor is not run, and the exception state is also deserialized.
该异常的构造函数未运行,异常状态也被反序列化。
Thus far, the XML document that you serialized and deserialized was fairly (here's a new word) simple.
至此,您所序列化和反序列化的XML文档都相当简单。
Classes that do not implement this interface will not have any of their state serialized or deserialized.
未实现此接口的类将无法使其任何状态序列化或反序列化。
This string can then be parsed in whatever manner you choose and deserialized into your chosen object form.
然后,您将按您选定的任何方式来解析该字符串并将其反序列化为所选定的对象形式。
Steps 12-14 are repeated until all matching vehicles in the result set have been deserialized into objects.
重复第12 - 14步,直至结果集中所有匹配的车辆都排进对象里。
A composite application can be deserialized in two ways: from a composite application template or from a backup.
一个复合应用程序可以用两种方法反序列化:从一个复合应用程序模板或从一个备份。
The target server receives the request and passes the deserialized token to the application server for decryption.
目标服务器接收请求,并将反序列化后的令牌传递给应用服务器进行解密。
Gets or sets a value specifying whether an error will be thrown when the property is unsuccessfully deserialized.
获取或设置一个值,该值指定未成功反序列化属性时是否引发错误。
From a performance point of view, this means that the JMS messages are serialized and deserialized, which is CPU-intensive.
从性能角度看,这意味着JMS消息将被序列化并反序列化,这很耗费CPU资源。
Now assume you construct the incoming stream so that the lead 4 bytes (the length of what will get deserialized) reads 256.
再假设您构建传入流时,使前4个字节(要非串形化的内容的长度)的读数为256。
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 signature of the method also defines a CLR return type, which takes the deserialized XML content from the service response.
这个方法的签名还定义了一个CLR返回类型,它从服务响应中反序列化出xml内容。
Once all the parts have been verified (using WSDL if necessary), the deserialized objects are passed on for business processing.
一旦所有部分都通过验证(必要时可用WSDL),反序列化的对象就被传递,用于业务处理。
Indicates that one or more deserialized objects failed validation tests. The argument should provide the reason for the failure.
表示一个或多个解序列化的对象没能通过确认,应该提供参数来说明失败原因。
You just need to ensure that a binary tree can be serialized to a string and this string can be deserialized to the original tree structure.
你只需要能够确保二叉树可以序列化成一个字符串,并且可以反序列化成原始树结构即可。
Gets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized.
获取一个值,指定在对类进行序列化或反序列化时是否忽略类扩展提供的数据。
So the synchronous parellel data can be gotten if the rising of sample clock is set at the middle of the stable time of all deserialized data.
同时发现各线路间传输延迟有半个周期的不一致,因此在接收端应把采样时钟上升沿调整在所有解出数据都稳定的时刻。
You can also map serialized objects back to custom class instances provided the custom class is in the Flash Player when things are deserialized.
在反序列的时候如果自定义类在FlashPlayer中,你也可以将先前序列化的对象映射回自定义类实例。
For example, the Serializable Marker Interface lets the author of a class say that their class will behave correctly when serialized and deserialized.
例如,序列化的标记接口,让类的作者说,他们的课程将正确的行为时,序列化和反序列化。
The problem is that Posts contains a private field named _count that must be serialized and deserialized to fully hydrate and rehydrate class instances.
问题在于Posts包含一个名为_ count的私有字段,该字段必须进行序列化和反序列化,才能完全冻结和重新冻结类实例。
All data that goes into or leaves the ORB (like method parameters and method return values) are serialized and deserialized using a format called common data representation (CDR).
进出orb的所有数据(例如方法参数和方法返回值)都使用称为公共数据表示形式(common data representation,CDR)的格式进行序列化和反序列化。
All data that goes into or leaves the ORB (like method parameters and method return values) are serialized and deserialized using a format called common data representation (CDR).
进出orb的所有数据(例如方法参数和方法返回值)都使用称为公共数据表示形式(common data representation,CDR)的格式进行序列化和反序列化。
应用推荐