Serializing

序列化

常用释义

词性释义

n.

序列化

v.

写成连载长篇而刊登(serialize 的现在分词)
例句
  • 全部
  • 序列化
Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
将Atom这样丰富和强大的数据格式序列化为JSON这类简单的基本格式,一定会面临许多问题。
然而,这些类中没有一个是语言中立的,并且将它们的实例序列化到XML中非常困难,有时甚至是不可能的。
XML bridges part of that gap, by providing the building blocks for "serializing" UML data textually.
通过以文本方式提供“序列化”UML数据的构件,XML消除了二者之间的部分差距。
序列化一般类型的实例与序列化非一般类型没有什么不同。
获取或设置序列化命名属性时要使用的提供程序的名称。
因为数据在初始化后再也没被修改过,你必须要解决连续访问的供应问题。
Tourism product diversifying, consumption individualizing, service serializing is the trend of modern tourism development.
旅游产品多样化,消费个性化、服务系列化是今后旅游产业发展的趋势。
是一个规范,它定义了表达世界的模型,定义了序列化和交换这个模型的语法。
它还负责对进出容器的消息进行序列化和反序列化。
在序列化时,这样可能需要更多的命名空间声明。
首先,我将向您介绍Compile如何实施一种更简单的策略,安全地序列化平面内容(例如Word文档)。
它们为执行解析、序列化和转换等核心任务提供了主要动力。
现在的任务是利用这种数据结构创建一个工具将WordNet序列化为所需要的XML。
This method is particularly useful for serializing collections, because the order of the constituent items within the collection can change.
此方法对于序列化集合非常有用,因为集合中构成项目的顺序可以更改。
序列化时,LINQtoXML尝试使用命名空间属性中指定的空间前置词进行序列化。
XOP is a means of more efficiently serializing XML Infosets that have certain types of XQuery and XPath 2. 0 element content.
XOP是一种更有效的方法,用于序列化包含特定类型的Xquery和Xpath2.0元素内容的XMLInfoset。
清单7中的RHTML文件通过在HTML响应内序列化来显示全局上下文的全部内容。
包含可用于序列化和反序列化对象的类。
清单4中所示的Ruby代码通过在HTML响应中对此全局上下文进行序列化展示了其完整内容。
根据这个预期的重点,我选择查询结果的粒度时以同义词组的序列化为中心。
基础之上,介绍一种可以避免繁琐的Java对象序列化细节的技术。
描述序列化对象时的安全问题。
另一个能够感受到性能影响的时候是在序列化和远程处理大型DataSet时。
Incompatible version of the serializing package.
系列程序包的不兼容版本。
Then you work with those classes, loading XML data into them and then serializing their data back to XML.
然后使用这些类加载XML数据,将其中的数据序列化为XML。
请注意,当序列化或反序列化数组时,每个数组项都计为一个单独的对象。
不能依赖以标准方式进行序列化的异常。
如需如何使用XML宣告来序列化XML树状结构的相关资讯,请参阅使用XML宣告序列化。
连载人为制造了回拜网站的需求,并且由此提升了“粉丝”的数量。
1·Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
2·Because serializing an object is so easy, it should be easy to deserialize one too, right?
序列化一个对象是如此地容易,那么反序列化对象也很容易,对不对?
3·According to this expected emphasis, I've chosen the granularity of the query results to center around serializing synsets.
根据这个预期的重点,我选择查询结果的粒度时以同义词组的序列化为中心。
4·The token and token secret can be persisted anywhere (such as a database or registry); serializing them to a file is only a suggested solution for this article.
令牌和令牌机密可在任何地方(比如数据库或注册表)存留;将它们序列化到一个文件仅是本文建议的一种解决方案。
5·But UIMA was using externalization for serializing rather than serializable interface which was making its objects bulky and lots of work was needed to serialize data.
但UIMA使用的是外部序列化,而不是一个序列化接口(那会让它的对象变得臃肿),这就需要在序列化数据方面做大量的工作。