该方法必须返回反序列化的值对象。
但它将对它们进行正确的反序列化。
充当反序列化器的“本机”语言类名称
Name of the Native language class to act as the deserializer
下一步,委托给更基本的反序列化器。
响应也是被手工反序列化成一个对象的。
对请求参数进行反序列化。
对返回值进行反序列化。
要么解析它,要么把它反序列化成一个对象。
这里也有序列化、反序列化和helper类。
Again there are serializer, deserializer, and helper classes.
最简单的情况下,只需要关心xml片段的反序列化。
In the simplest case, you would only be concerned with de-serializing a piece of XML.
目标服务器对该对象进行反序列化,并将其附加到主题。
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.
希望调用的MDB方法采用反序列化之后的对象作为参数。
The MDB method that you wish to invoke takes the deserialized object as a parameter.
SOAP绑定对SOAP消息体中的XML内容进行反序列化。
The SOAP binding deserializes the XML content from the SOAP message body.
很不错的是,可以使用刚才创建的XML文档来进行反序列化。
The good news is that you can use the XML document you just created for this purpose.
使用可配置的JAX - RS提供者序列化和反序列化资源。
Serializes and de-serializes resources using configurable JAX-RS providers.
某些差异可能导致反序列化的失败,而其它的可能导致信息失真。
Some of the differences might result in de-serialization failure, while others might cause information distortion.
又一次,我们不得不序列化并反序列化对象,还要传送许多文本。
Again, we would have to serialize and deserialize objects, and pass a lot of text.
您可以使用一个自定义序列化方法减少网络序列化/反序列化开销。
You can reduce the network serialization/deserialization overhead by using a custom serialization approach.
序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?
Because serializing an object is so easy, it should be easy to deserialize one too, right?
然后,通过调用相应的提供者,该客户端还可以对响应进行反序列化。
Then, by invoking the appropriate provider, the client is able to de-serialize the response.
您如何找出正确的序列化器来将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.
目标服务器接收请求,并将反序列化后的令牌传递给应用服务器进行解密。
The target server receives the request and passes the deserialized token to the application server for decryption.
根(反)序列化器处理RPC参数和响应的序列化及反序列化的初始引导。
The initial bootstrapping of the serialization and deserialization of RPC parameters and responses is handled by the root (de)serializers.
Flex将把SOAP响应反序列化为actionscript对象的一张图。
Flex will deserialize the SOAP response into a graph of ActionScript objects.
从性能角度看,这意味着JMS消息将被序列化并反序列化,这很耗费CPU资源。
From a performance point of view, this means that the JMS messages are serialized and deserialized, which is CPU-intensive.
反序列化器知道自己应该返回什么类,因为大多数情况下它都是为某个特定类定制的。
The deserializer knows what class it should be returning because in most cases it has been tailored for a specific class.
应用推荐