但它将对它们进行正确的反序列化。
下一步,委托给更基本的反序列化器。
对请求参数进行反序列化。
要么解析它,要么把它反序列化成一个对象。
这里也有序列化、反序列化和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.
使用可配置的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.
很不错的是,可以使用刚才创建的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.
您可以使用一个自定义序列化方法减少网络序列化/反序列化开销。
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?
您如何找出正确的序列化器来将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.
给出了序列及其反序列的平移等价序列共同做为遥控指令码集的条件。
Full essential condition is given, under which a sequence and its inverse sequence together with their equivalent translating sequences can be used to construct remote-control command code set.
目标服务器接收请求,并将反序列化后的令牌传递给应用服务器进行解密。
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.
Axis提供了许多重要的功能,包括处理程序、链、序列化器和反序列化器。
Axis provides a number of important features that include handlers, chain, serializers, and deserializers.
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.
然后,您将按您选定的任何方式来解析该字符串并将其反序列化为所选定的对象形式。
This string can then be parsed in whatever manner you choose and deserialized into your chosen object form.
我们可以在序列化之前模糊化该数据,将数位循环左移一位,然后在反序列化之后复位。
We can obscure this data by rotating the bits once to the left before serialization, and then rotate them back after deserialization.
这个方法的签名还定义了一个CLR返回类型,它从服务响应中反序列化出xml内容。
The signature of the method also defines a CLR return type, which takes the deserialized XML content from the service response.
AMF格式本身就被设计为在低内存和慢CPU条件下依然能够快速序列化和反序列化。
The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.
应用推荐