serialize

美 [ˈsɪriəˌlaɪz]英 [ˈsɪəriəlaɪz]
  • v.连载;连播
  • 网络序列化;串行化;对象序列化

过去式:serializized 过去式:serialized 现在分词:serializing 第三人称单数:serializes

serializeserialize

serialize

v.

1.~ sth连载;连播to publish or broadcast sth in parts as a serial

序列化

关键字:序列化Serialize)、反序列化(DeSerialize)、类加载(ClassLoad)、指纹技术(fingerprint)1 Java 序列化技术 …

串行化

例如,如何串行化serialize)共享公共数据的线程。这种把重点放在讨论同步上是有意义的,因为同步是多线程编程中不可缺 …

连载

连字的解释---在线新华字典 ... 连写〖 phrase〗 连载serialize〗 连珠炮〖 drumfire;continuousfiring〗 ...

对象序列化

2. 使用对象序列化Serialize)创建对象3. 使用反射机制(Reflection)动态创建对象4. 使用clone(克隆)方式创建对象这里 …

使连续

c#中的单词 - 已解决 - 搜搜问问 ... profile: 外形, 轮廓 serialize: 连载, 使连续 reflection: 反射, 映象 ...

序列化的

节约了内存空间,但是,如果它是序列化的serialize),那么在还原序列化(deserialization)之后,你就无法获取文件内容 …

串行化的

也就是说,软中断是不能进入硬件中断部分的,并且软中断在一个cpu上是不可重入的,或者说是串行化的(serialize) 其目的是避 …

1
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。
2
Rather than serializing the object, pull the data out of the object and put it into a dictionary. Then serialize the dictionary. 不要序列化对象本身,而是把数据从对象中提取出来,放到一个字典里,然后再序列化那个字典。
3
In this case, it is assumed that the serializer either already reported the error or it did not attempt to serialize the object. 在这种情况下,我们假定序列化程序或者已经报告了错误,或者没有尝试序列化该对象。
4
It is often desirable to serialize an object independent of any references that other objects may maintain to it . 通常期望序列化一个对象独立于其他对象可能维护的任何引用。
5
A user interface that consistently uses Word objects to capture test data in a way that's easy to serialize to XML. 用户界面一直使用Word对象,以易于序列化为XML的方式捕获测试数据。
6
You probably do want to think at least a little about how you will serialize to ensure sufficient flexibility for evolution going forward. 您很可能确实希望多多少少地考虑如何串行化才能确保足够的灵活性,以便应对未来的发展。
7
Likewise, when you serialize an object with an ObjectOutputStream, the closure of its graph of references serializes with it. 同样的,如果使用一个ObjectOutputStream序列化一个对象,该对象的引用链图的关闭状态同样会被序列化。
8
Function to serialize the variables and therefore cannot be used for complex variables by default . 函数将变量序列化,因此缺省情况下它不能用于复合变量。
9
Eventually, you're going to have to serialize data across the client-server connection. 最后,您不得不序列化整个客户机-服务器连接上的数据。
10
The System. Xml. Serialization namespace contains classes that are used to serialize objects into XML format documents or streams. System.Xml.Serialization命名空间包含用于将对象序列化为XML格式文档或流的类。
11
This allows a single instance of a serialization manager to be used to serialize multiple object trees. 这允许使用序列化管理器的一个实例序列化多个对象树。
12
After the Serialize function runs, an IML file resides in the same folder as the Word document that the IML serializes (see Figure 16). Serialize函数运行后,一个IML文件将驻留在与IML序列化的Word文档相同的文件夹中(见图16)。
13
That way, changes to faster-changing data will not force the container to serialize and propagate the slower-changing data as well. 这样,对快速改变的数据的改变也不会迫使容器去序列化并传播慢速改变的数据。
14
The memcached interface class allows you to serialize Java objects straight into memcached so you can store and load complex structures. memcached接口类允许将Java对象直接序列化到memcached以便于存储和加载复杂的结构。
15
Walks you step-by-step through the procedures to create a type converter for a custom type to serialize it to and from XAML. 引导您逐步完成建立自订型别之型别转换子的程序,在型别和XAML之间来回进行序列化。
16
When data objects push down into a Web service stack, they serialize into XML data representations. 当数据对象被放入Web服务栈中时,它们被序列化成XML数据表示。
17
Indicates a serializer for the serialization manager to use to serialize the values of the type this attribute is applied to. 指示某个序列化管理器的序列化程序,它将用于序列化此属性所应用到的类型的值。
18
Native Types and Custom classes supported - You can serialize any object in Flash Player with the only exception being displayObjects. 本地类型和自定义类的支持——除了displayObjects,你可以序列化FlashPlayer中的任何对象。
19
Identifies whether the attribute should serialize the set of key restrictions. 标识属性是否应序列化键限制集合。
20
Then, by invoking the appropriate provider, the client is able to de-serialize the response. 然后,通过调用相应的提供者,该客户端还可以对响应进行反序列化。
21
Allows other objects to serialize a group of components into a binary object. 允许其他对象将一组组件序列化为二进制对象。
22
If you try to marshal or serialize a transaction, a clone is created for you automatically. 如果尝试封送或序列化事务,则会自动为您创建克隆。
23
When overridden in a derived class, returns a writer used to serialize the object. 当在派生类中重写时,返回用于序列化对象的编写器。
24
As noted before, these types cause performance problems as you need to serialize the data. 如前所述,由于需要序列化数据,这些类型会导致性能问题。
25
Allows you to override property, field, and class attributes when you use the XmlSerializer to serialize or deserialize an object. 允许您在使用XmlSerializer序列化或反序列化对象时重写属性(Property)、字段和类属性(Attribute)。
26
One approach for session replication is simply to serialize the session contents and write it to a database. 一种会话复制的方法是序列化会话内容并将它写入数据库。
27
To serialize the specified object into the body of the message. 将指定的对象序列化到消息体中,初始化。
28
The first step is to pass the Range object (containing the test areas from the edited test spec) as the argument to the Serialize call. 第一步是将Range对象(包含已编辑测试规范中的测试区域)作为参数传递给Serialize调用。
29
This method stores all the information in info necessary to serialize this instance. 该方法存储info中序列化该实例所需的所有信息。
30
You can serialize fields and properties, regardless of accessibility: private, protected, internal, protected internal, or public. 您可以序列化字段和属性,而无论其可访问性级别是什么:private、protected、internal、protectedinternal或public。