该方法必须返回反序列化的值对象。
但它将对它们进行正确的反序列化。
充当反序列化器的“本机”语言类名称
Name of the Native language class to act as the deserializer
这里也有序列化、反序列化和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.
又一次,我们不得不序列化并反序列化对象,还要传送许多文本。
Again, we would have to serialize and deserialize objects, and pass a lot of text.
希望调用的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?
然后,通过调用相应的提供者,该客户端还可以对响应进行反序列化。
Then, by invoking the appropriate provider, the client is able to de-serialize the response.
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.
某些差异可能导致反序列化的失败,而其它的可能导致信息失真。
Some of the differences might result in de-serialization failure, while others might cause information distortion.
如果不相信的话,请看一看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?
从性能角度看,这意味着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.
应用推荐