但它将对它们进行正确的反序列化。
这里也有序列化、反序列化和helper类。
Again there are serializer, deserializer, and helper classes.
下一步,委托给更基本的反序列化器。
对请求参数进行反序列化。
目标服务器对该对象进行反序列化,并将其附加到主题。
The target server deserializes the object and attaches it to the subject.
至此,您所序列化和反序列化的XML文档都相当简单。
Thus far, the XML document that you serialized and deserialized was fairly (here's a new word) simple.
使用可配置的JAX-RS提供者序列化和反序列化资源
Serializes and de-serializes resources using configurable JAX-RS providers
SOAP绑定对SOAP消息体中的XML内容进行反序列化。
The SOAP binding deserializes the XML content from the SOAP message body.
使用可配置的JAX - RS提供者序列化和反序列化资源。
Serializes and de-serializes resources using configurable JAX-RS providers.
最简单的情况下,只需要关心xml片段的反序列化。
In the simplest case, you would only be concerned with de-serializing a piece of XML.
希望调用的MDB方法采用反序列化之后的对象作为参数。
The MDB method that you wish to invoke takes the deserialized object as a parameter.
您如何找出正确的序列化器来将xml载荷反序列化到具体的对象中?
How can you find the right serializer to de-serialize the XML payload back to the concrete objects?
Simple名副其实,它使用注解来支持序列化和反序列化过程。
Simple lives up to its by name using annotations to enable the serialization or deserialization process.
通过对象,不需要再对对象中容纳的信息进行序列化、传输和反序列化。
With objects, there is no need to serialize, transport, and de-serialize the information contained within the object.
要成功地反序列化消息,需要确保中介处理程序具有访问适当类的权限。
To successfully de-serialize the message, you will need to make sure that the mediation handler has access to the appropriate classes.
很不错的是,可以使用刚才创建的XML文档来进行反序列化。
The good news is that you can use the XML document you just created for this purpose.
如果不相信的话,请看一看ApacheAxis反序列化器的源代码。
Don't believe me? Take a look at the source code to the Apache Axis deserializer.
根(反)序列化器处理RPC参数和响应的序列化及反序列化的初始引导。
The initial bootstrapping of the serialization and deserialization of RPC parameters and responses is handled by the root (de)serializers.
序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?
Because serializing an object is so easy, it should be easy to deserialize one too, right?
Axis提供了许多重要的功能,包括处理程序、链、序列化器和反序列化器。
Axis provides a number of important features that include handlers, chain, serializers, and deserializers.
从性能角度看,这意味着JMS消息将被序列化并反序列化,这很耗费CPU资源。
From a performance point of view, this means that the JMS messages are serialized and deserialized, which is CPU-intensive.
目标服务器接收请求,并将反序列化后的令牌传递给应用服务器进行解密。
The target server receives the request and passes the deserialized token to the application server for decryption.
我们可以在序列化之前模糊化该数据,将数位循环左移一位,然后在反序列化之后复位。
We can obscure this data by rotating the bits once to the left before serialization, and then rotate them back after deserialization.
AMF格式本身就被设计为在低内存和慢CPU条件下依然能够快速序列化和反序列化。
The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.
目标服务器对令牌进行反序列化,并将它们附加到主题或线程,这取决于令牌的具体类型。
The target server deserializes the tokens and attaches them to the subject or the thread, depending on the type of the token.
在反序列化过程中,所有进程,属于复合应用程序的所有业务组件都被创建,并且用数据填充。
During the deserialization process, all business components that belong to the composite application are created and filled with data.
当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。
The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.
反序列化器知道自己应该返回什么类,因为大多数情况下它都是为某个特定类定制的。
The deserializer knows what class it should be returning because in most cases it has been tailored for a specific class.
一旦所有部分都通过验证(必要时可用WSDL),反序列化的对象就被传递,用于业务处理。
Once all the parts have been verified (using WSDL if necessary), the deserialized objects are passed on for business processing.
一个复合应用程序可以用两种方法反序列化:从一个复合应用程序模板或从一个备份。
A composite application can be deserialized in two ways: from a composite application template or from a backup.
应用推荐