对返回值进行反序列化。
Deserialize the request parameters.
对请求参数进行反序列化。
However, it will deserialize them correctly.
但它将对它们进行正确的反序列化。
Either parse it or deserialize it into an object.
要么解析它,要么把它反序列化成一个对象。
Deserialize the object and compare it to the original.
反串行化对象,并将其与原始对象相比较。
Cannot deserialize the message passed as an argument.
无法将作为参数传递的消息反序列化。
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.
获取对象图中要序列化或反序列化的最大项数。
Again, we would have to serialize and deserialize objects, and pass a lot of text.
又一次,我们不得不序列化并反序列化对象,还要传送许多文本。
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文档对其进行反序列化。
应用推荐