serialize
serialize什么意思,serialize翻译
基本解释
v.: 连载;连播
网络: 序列化;串行化;对象序列化
权威解释
连载;连播:
to publish or broadcast sth in parts as a serial
英汉解释
长篇连载
连载;连续出版;分集[分期]顺次出版
词性分析
过去分词:serialized
现在分词:serializing
第三人称单数:serializes
例句
Note that the core DOM API does not give you methods to either parse XML data into a DOM, or to serialize the DOM back out to XML.
注意,核心DOMAPI并不能使您将XML数据解析到DOM,或者将DOM序列化为XML。
Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary.
不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
In this case, it is assumed that the serializer either already reported the error or it did not attempt to serialize the object.
在这种情况下,我们假定序列化程序或者已经报告了错误,或者没有尝试序列化该对象。
It is often desirable to serialize an object independent of any references that other objects may maintain to it .
通常期望序列化一个对象独立于其他对象可能维护的任何引用。
A user interface that consistently uses Word objects to capture test data in a way that"s easy to serialize to XML.
用户界面一直使用Word对象,以易于序列化为XML的方式捕获测试数据。
You probably do want to think at least a little about how you will serialize to ensure sufficient flexibility for evolution going forward.
您很可能确实希望多多少少地考虑如何串行化才能确保足够的灵活性,以便应对未来的发展。
Likewise, when you serialize an object with an ObjectOutputStream, the closure of its graph of references serializes with it.
同样的,如果使用一个ObjectOutputStream序列化一个对象,该对象的引用链图的关闭状态同样会被序列化。
Function to serialize the variables and therefore cannot be used for complex variables by default .
函数将变量序列化,因此缺省情况下它不能用于复合变量。
Eventually, you"re going to have to serialize data across the client-server connection.
最后,您不得不序列化整个客户机-服务器连接上的数据。
The System. Xml. Serialization namespace contains classes that are used to serialize objects into XML format documents or streams.
System.Xml.Serialization命名空间包含用于将对象序列化为XML格式文档或流的类。