Deserialize the request parameters.
对请求参数进行反序列化。
However, it will deserialize them correctly.
但它将对它们进行正确的反序列化。
Either parse it or deserialize it into an object.
要么解析它,要么把它反序列化成一个对象。
Design an algorithm to serialize and deserialize a binary tree.
设计一个算法序列化、反序列化一棵二叉树。
Flex will deserialize the SOAP response into a graph of ActionScript objects.
Flex将把SOAP响应反序列化为actionscript对象的一张图。
Listing 6 shows the code to deserialize the XML message into a Product instance.
清单6显示了将XML消息反系列化到Product实例的代码。
A failed attempt to deserialize a property type that USES binary serialization.
尝试反序列化使用二进制序列化的属性类型失败。
Gets the maximum number of items in an object graph to serialize or deserialize.
获取对象图中要序列化或反序列化的最大项数。
NET profile manager USES XML serialization to serialize and deserialize custom types.
NET配置文件管理器使用XML序列化对自定义类型进行序列化和反序列化。
To deserialize the LOB column and get to the text string again, use the following code.
为了将lob列进行反序列发转换,并且为了再次获得该文本字符串,请使用以下代码。
The final step is to receive the XML message from the queue and deserialize the instance.
最后一步是从队列接收XML消息,并反系列化实例。
Because serializing an object is so easy, it should be easy to deserialize one too, right?
序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?
The ability for the client to deserialize the encoded parameter sent back from the server.
客户机对服务器发送回来的已编码参数进行无序化处理的能力。
Gets or sets the maximum number of items in the object graph to serialize or deserialize.
获取或设置对象图中要序列化或反序列化的最大项数。
The ability for the server to deserialize the encoded parameter contained within the envelope.
服务器对信封中包含的已编码参数进行无序化处理的能力。
Cannot deserialize the message passed as an argument. Cannot recognize the serialization format.
无法将作为参数传递的消息反序列化。无法识别序列化格式。
A failed attempt to deserialize a property type because an instance of the type cannot be created.
由于无法创建类型的实例,尝试反序列化属性类型失败。
Because you are trying to deserialize your class in another application you are getting weird errors.
因为你正在尝试反序列化类的另一个应用程序中你得到奇怪的错误。
The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.
AMF格式本身就被设计为在低内存和慢CPU条件下依然能够快速序列化和反序列化。
Deserialize a query string to an object. Optionally override the default separator and assignment characters.
将一个查询字符串反序列化为一个对象,可选择是否覆盖默认的分隔符和赋值符。
When a request comes in, we deserialize the XML into a command object using XStream and appropriately handle it.
在请求传入时,我们使用XStream将XML反序列化成一个命令对象,然后合理地进行处理就可以了。
What's the best way to get all the content in between two tagged lines of a file so that you can deserialize it?
最好的办法是什么两个标记之间的所有内容的一个文件,这样您就可以反序列化吗?
Then to deserialize, simply read in the object, and voila - you have a list with all our objects added in already.
然后反序列化的对象,简单地读,瞧你与我们所有的对象有一个列表中添加了。
Different JDK levels can serialize and deserialize resources slightly differently, which can cause run-time problems.
不同的JD K级别会用稍微不同的方法对资源进行序列化和反序列化,这样会导致出现运行时问题。
SCA POJO invocation has high efficiency because it does not need to serialize or deserialize for input and response parameters.
SCAPOJO调用的效率很高,因为它不需要对输入和响应参数进行序列化和解序列化。
You can parse business objects into a XML document and deserialize them from the XML document using Service Data object (SDO) APIs.
您可以将业务对象解析为XML文档,并使用服务数据对象(SDO) API通过XML文档对其进行反序列化。
The time it takes to serialize and deserialize session data when they are being written to a remote copy can become considerably large.
当会话数据写入到远程副本时,对会话数据进行序列化和反序列化所需的时间可能变得非常大。
This simple example, which demonstrates how you can serialize/deserialize objects using XStream, features two classes: Writer and Reader.
这个简单的例子示范了如何使用XStream序列化/逆序列化对象,包括两个类:Writer和Reader。
Toolkits were sometimes unable to deserialize encoded parameters sent from other toolkits using a different version of the XML Schema (for example, 2001 vs 1999).
工具包有时不能对使用不同版本的XML模式的其它工具包发送过来的已编码参数进行无序化处理(例如使用2001版XML模式的工具包就不能对使用1999版XML模式的工具包发送过来的已编码参数进行无序化处理)。
The code in your example will put binary data in the stream that it is nearly impossible to extract, unless you deserialize members in the order they have been serialized.
在你的例子的代码会将二进制数据流中提取的,它几乎是不可能的,除非你反序列化的成员以他们已系列。
应用推荐