使用自定义的序列化格式来进行序列化
NET 2.0改变了这种序列化格式。
这是有趣的序列化格式,有点像一个压缩的XML。
It's an interesting serialization format, sort of like a compressed XML.
无法识别序列化格式。
WSDL提供的一切本来完全可以用RDF序列化格式编写。
All that WSDL provides could really have been written in the RDF Serialized format.
无法将作为参数传递的消息反序列化。无法识别序列化格式。
Cannot deserialize the message passed as an argument. Cannot recognize the serialization format.
RDF不需要XML,但一种用于描述信息的序列化格式采用了XML。
RDF doesn't require XML, but one of the serialization formats used to describe the information USES XML.
但是,如果您关心空间,那么它不是最有效的序列化格式(只是比xml稍好一点)。
If you're concerned with space, however, it is not the most efficient serialization format (only marginally better than XML).
例如,在数据库中传输和存储数据时,就需要考虑介于字符和二进制之间的序列化格式。
For data transfer and storage in a database, for example, you have to think about the variations between character and binary serialization.
Apache的Thrift则是以另外一种方式(通过PRC和序列化格式)与其他语言交互。
Apache's Thrift is another way to let Ruby communicate with other languages via RPC and a serialization format.
本简介旨在推荐几种情况,在这几种情况下,YAML提供的对象序列化格式比XML所提供的更佳。
This introduction is intended to suggest some situations where YAML provides a better object serialization format than XML.
遗憾的是,结果被序列化为rdf - xml格式,不是很优雅的一种RDF序列化格式。
Unfortunately, the result serialization is in RDF-XML, an inelegant serialization of RDF.
例如,我已经使用上面讨论的一个WSDL规范修改了测雪板示例,以便使用RDF序列化格式,如清单1所示。
For example, I have modified the snow boarding example using a WSDL specification discussed above to use a RDF serialized format as seen in 1.
除了标准JAX - RS特性之外,Wink还提供了对JSON、Atom和rss序列化格式的增强支持。
In addition to standard JAX-RS features, Wink also provides enhanced support for JSON, Atom, and RSS serialization formats.
当使用protocolbuffer编译器进行编译时,编码器和语法分析器用一种私有的高效序列化格式产生。
When compiled using a protocol buffer compiler, the encoders and parsers that are generated use a proprietary efficient serialization format.
“本机”数据模型和XML 数据模型之间难以匹配的问题同样在这里所提到的任何 XML序列化格式中也是很明显的。
The awkward fit between the "native" and the XML data models is equally evident in any of the XML serialization formats mentioned here.
NET 1. x中使用的ViewState序列化格式是元组格式,由三个一组的层次集合和使用大于号和小于号的序列对组成。
The serialization format used in ASP.NET 1.x for view state is a tuple format consisting of a hierarchical collection of triplets and pairs serialized using less-than and greater-than characters.
由于这一场景里所有的输入源都是XML和XHTML (XSLT 2.0里新支持的序列化格式)可以方便地被用于web展示,使用基于XML的编程模型再自然不过。
Given all input sources in this scenario are XML and XHTML (newly supported serialization format of XSLT 2.0) can be easily used for web presentation, using XML based programming models is natural.
通常,用一种技术构建UI,用另一种技术构建服务时,您必需编写或找到一个框架,以两种技术都理解的某种格式序列化这些类。
Normally, when building UIs in one technology and services in another, you must write or find a framework that serializes the classes to some format both technologies understand.
我们有了一个包含数组对象并且以json格式序列化的字符串。
We have a string that contains our array object, serialized in JSON format.
性能之所以能够得以改进,其原因是数据以单一格式保存,而不是复制到不同的数据模型,后者在情况不佳时可能需要额外的序列化和解析操作。
Performance is better as the data is kept in a single format instead of copying to different data models which in the worse case requires extra serialization and parsing.
这在DB2存储层中执行,文档一直保持 DB2内部的层次化XML格式,不需要任何解析或序列化。
This happens within the DB2 storage layer, that is the document stays in DB2's internal hierarchical XML format the entire time, without any parsing or serialization.
AMF格式本身就被设计为在低内存和慢CPU条件下依然能够快速序列化和反序列化。
The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions.
该表示可以各种格式返回:XML、JSON、php对象、php数组或序列化字符串。
This representation can be returned in a variety of formats: XML, JSON, PHP object, PHP array, or serialized string.
其他有点类似的标准,如rdfSiteSummary (RSS),说明如何将XML资源描述格式表示为rdf的xml序列化。
Other somewhat similar standards, such as RDF Site Summary (RSS), show how XML resource description formats can be expressed as an XML serialization of RDF.
Flickr的Web服务能够以多种格式提供数据,比如XML、JSON,甚至序列化的PHP。
Flickr's Web services can provide data in a variety of formats, such as XML, JSON, and even serialized PHP.
进出orb的所有数据(例如方法参数和方法返回值)都使用称为公共数据表示形式(common data representation,CDR)的格式进行序列化和反序列化。
All data that goes into or leaves the ORB (like method parameters and method return values) are serialized and deserialized using a format called common data representation (CDR).
最适合表示这种序列化数据结构的格式是XML。
The most acceptable format for representing such a serialized data structure is XML. The problem with this approach is that.
结构化的消息格式只代表了众多处理结构化数据方法中的少数几种(只有映射表、序列化对象和数据元素流是直接表示的)。
The structured message formats represent only a handful of the many ways to structure data (only a map, a serialized object, and a stream of data elements are directly represented).
这是一个简单的以json格式序列化数据的方法。
应用推荐