网站首页  词典首页

请输入您要查询的英文单词:

 

单词 unmarshalling
释义

unmarshalling

  • 网络解组;编组;解包
1.
解组
l 解组(Unmarshalling):把数据从存储媒介转换到内存中的过程。在Java和XML环境中,即将XML文档解组到Java虚拟机中,其 …
www.blogjava.net
2.
编组
...多个 Java 对象转换为 XML 文档的过程,反编组unmarshalling) 是相反的过程,即根据 XML 创建 Java 对象,见图 1。
www.ibm.com
3.
解包
.陈述 B: 解包(Unmarshalling )是一种过程,即把由客户端RRL传递过来的被组包的参数通过服务器端的RRL 转换为骨架(skeleton …
danci.911cha.com
4.
编组和解组
本专栏的第一篇中,您已经了解一些重要的术语:编组和解组unmarshalling)是数据绑定世界固有的概念;不过还有一些新 …
dlstone.bokee.com
5.
散集
6. 存根dll接收来自代理dll的数据包,散集(Unmarshalling);发送给组件程序;7. 组件程序处理数据,返回给存根dll;8. 存根dll列 …
blog.sina.com.cn
6.
数据编出
未分类 - - Nicolas’ Blog - Upholstery ... unmarshal 数据编出 unmarshalling 数据编出 unmirror 取消镜象 ...
blog.donews.com

例句

释义:
1.
JiBX supports user extension code for unmarshalling (and marshalling) data structures that otherwise cannot be bound to XML.
JiBX支持使用用户扩展代码来解组(和整理)那些原本无法绑定到XML的数据结构。
www.ibm.com
2.
Wrapping the parser within an unmarshalling context allows a wide variety of access methods to be defined with a minimum of code.
将解析器包装在数据编出上下文内,这样就可以用最少的代码定义各种各样的访问方法。
www.ibm.com
3.
Unmarshalling the request into objects that can be used to call the remote service implementation.
将请求解包成对象,用来调用远程服务实现。
www.ibm.com
4.
When that standard becomes available, JiBX will be able to use the standard with only minor changes to the unmarshalling context code.
当该标准可用时,JiBX将能够使用该标准,只不过会对数据编出上下文代码作少量更改。
www.ibm.com
5.
All that's left is to use the mapping file in your unmarshalling process.
最后,需要在解组过程中使用这个映射文件。
www.ibm.com
6.
These classes are used to perform marshalling and unmarshalling, to create instances of the implementation classes, among other things.
使用这些类来执行编组和解组,以在其他事物中创建实现类的实例。
www.ibm.com
7.
It wraps an internal pull parser interface in an unmarshalling context class that defines a variety of element and attribute access methods.
它将内部拉出解析器接口包装在定义各种元素和属性访问方法的数据编出上下文类中。
www.ibm.com
8.
At the core of these differences is the parsing technology that's used when unmarshalling documents.
这些差别的核心是对文档进行数据编出时所使用的解析技术。
www.ibm.com
9.
A useful feature of JAXB is the ability to validate the source data against the associated schema as part of the unmarshalling operation.
JAXB的有用特性之一是,在反编组操作过程中可以根据相关联的模式检验源数据。
www.ibm.com
10.
The parameter can be a complex object (in parts without programming a Serializabler (Marshalling) or Deserializabler (Unmarshalling)).
其参数可以是一个复杂的对象(不需要编写串行器(数据编制)或者反串行器(数据编出)的部分)。
www.infoq.com
1.
Because of this different API, JiBX is able to use relatively simple code to handle unmarshalling.
因为使用了这个不同的API,所以JiBX能够使用相对简单的代码来处理数据编出。
www.ibm.com
2.
For each class included in any of the bindings it adds the appropriate marshalling or unmarshalling code.
对于任何绑定中包含的每个类,它都添加了适当的数据编组或数据编出代码。
www.ibm.com
3.
Therefore, a facade component avoids unnecessary unmarshalling overheads by accessing the SOAP response message in XML directly.
所以,Facade组件可避免由于直接访问XML格式的SOAP响应消息而造成的不必要的取消封送开销。
www.ibm.com
4.
Unmarshalling is the process of converting data from its storage medium into memory -- just the opposite of marshalling.
解组(Unmarshalling)是把数据从存储媒介转换到内存中的过程--正好与编组相反。
www.ibm.com
5.
The detailed marshalling and unmarshalling implementation code gets added directly to the bound classes.
详细的编排和反编排实现代码被直接添加到绑定类中。
www-128.ibm.com
6.
Unmarshalling the request again depends on the number of items.
解包请求的时间再次依赖于条目的数量。
www-128.ibm.com
7.
This tree structure reflects the nesting of operations required for marshalling and unmarshalling.
这个树结构反映了编排和反编排所需要的操作嵌套。
www-128.ibm.com
8.
To handle marshalling and unmarshalling, JiBX adds new classes and methods to the classes included in the binding.
为了处理编排和反编排,JiBX向绑定中包含的类添加了新类和新方法。
www-128.ibm.com
9.
XMLBeans scores well on performance by doing incremental unmarshalling and providing xget methods to access built-in schema data types.
通过增量解组(incrementalunmarshalling)并提供xget方法来访问内置的模式数据类型,XMLBeans取得了较好的性能。
www.ibm.com
10.
At runtime, JAXB libraries are used in marshalling and unmarshalling.
在运行时,使用JAXB库进行编组和反编组。
www.ibm.com
1.
This simpler unmarshalling code is the basis for the second major difference between JiBX and the other frameworks.
这个比较简单的数据编出代码是JiBX和其它框架之间第二个主要差别的基础。
www.ibm.com
2.
Listing 1 is the configuration file that the application uses to perform the marshalling and unmarshalling.
清单1是应用程序用于执行编组和解组操作的配置文件。
www.ibm.com
3.
In my next article, I'll move from class generation to unmarshalling and marshalling, and show you how those processes work.
下一篇文章,我将从类生成转移到解组和编组,并说明它是如何工作的。
www.ibm.com
4.
Four methods per binding (two for marshalling, two for unmarshalling) is about the average, though.
但是,一般而言每个绑定有四个方法(两个用于数据编组,两个用于数据编出)。
www.ibm.com
5.
SDOs are Java data objects for marshalling and unmarshalling of XML data during web services communications.
SDO是在web服务通信期间编组和解组XML数据的Java数据对象。
www.ibm.com
6.
The XSEM process goes through the same marshalling and unmarshalling process from and to Resources.
XSEM的处理同样的通过对资源“植入”和“植出”的处理。
www.infoq.com
7.
Listing 7 shows a class that handles unmarshalling from an XML document to Java objects.
清单7给出的类处理从XML文档到Java对象的解组过程。
www.ibm.com
8.
Persistence: Marshalling and unmarshalling of the GUI
持久性:GUI的编组(marshalling)和解组(unmarshalling)
www.ibm.com
9.
The top portion of the listing is for unmarshalling a
清单的顶端部分完成的是一个
www.ichacha.net
10.
The time for marshalling and unmarshalling the request and response
打包和解包请求和应答所需的时间
www.ibm.com
1.
Now you need to make sure you can convert back from that XML document into Java. Run the unmarshalling tester
现在需要确保可以将XML文档转换回Java。
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/7/4 0:45:54