The object serialization of the java.io package is not the only way to serialize Java objects.
io包提供的对象序列化方式不是唯一的对象序列化途径。
You don't need to write object serialization code or use third-party tools to turn your objects into XML.
不再需要编写对象的序列化代码或者使用第三方工具才能把对象变成XML。
Transforms the specified view-state value to a limited object serialization (LOS) -formatted object.
将指定的检视状态值转换成有限物件序列化(LOS)的格式化物件。
Object persistence depends on the object serialization capabilities of the underlying programming language.
对象持久性依赖于底层编程语言的对象序列化能力。
This introduction is intended to suggest some situations where YAML provides a better object serialization format than XML.
本简介旨在推荐几种情况,在这几种情况下,YAML提供的对象序列化格式比XML所提供的更佳。
The time you spend unit testing object serialization now will be paid back manyfold in the time you save on debugging later.
您花费在对象串行化单元测试上的时间将为您带来成倍的回报,此后调试时您能节省的时间将数倍于投入时间。
This paper introduces the method employing the oriented object serialization technology to realize the fuzzy knowledge base mainly.
文章重点介绍了采用面向对象串行化技术实现模糊知识库的方法。
New mechanisms of object serialization with XML have been developed, including those associated with SOAP, WDDX, and KOALA, among others.
使用XML技术的一些新的对象序列化机制被开发出来,包括SOAP、WDDX、KOALA以及其他技术所带有的对象序列化方法。
RMI uses object serialization to marshal and unmarshal parameters and does not truncate types, supporting true object-oriented polymorphism.
RMI使用对象序列化传递参数,并且不会丢失类型,支持面向对象的多态性。
I remember on one occasion, we were talking about building a persistent object store. It was all about object serialization and access mechanisms.
我记得有一次,我们在谈持久化对象存储的事情,说来说去都是对象的序列化和访问机制。
If you care about object serialization, and especially if you intend to use serialized objects for long-term persistent storage, you must test serialization.
若您关注对象串行化,特别是希望为长期持久性存储使用串行化对象时,就必须对串行化进行测试。
Its use for config files, remote procedure calls, object serialization, database dumps, and similar developer-oriented tasks wasn't anticipated or planned for.
最初并未预期或计划将其用于配置文件、远程过程调用、对象串行化、数据库转储和类似的面向开发的任务。
Object serialization is an easy way for implementing the repository's persistence since the DataMapRepository class, the contained data maps, and their elements are serializable.
对象序列化是实现存储库持久性的一种最简单的方式,原因是datamaprepository类、所包含的数据地图以及它们的元素都是可序列化的。
There are a number of considerations (versioning, transient objects, Enum constants, etc.) when using object serialization, so I would suggest you do some reading about the subject.
有多方面的考虑(版本控制,瞬时对象,枚举常量时,使用对象序列化等),所以我建议做一些阅读的主题。
Object serialization has its well-known flaws, but in this case, it is a reasonable persistence solution because the number of form data instances that are kept in the repository is limited.
对象序列化有很多明显的缺陷,但在这种情况下,却是一个合理的持久性解决方案,原因是保存在存储库中的表单数据实例的数量是有限的。
Figure 2 shows an example of an XML document that represents the data object after serialization.
图2展示了一个示例XML文档,该文档表示序列化之后的数据对象。
Two conditions need to be satisfied in order for serialization to happen: the serializer must be given a supported type and the object to be serialized must be non-null.
为使序列化能够发生,需要满足两个条件:必须为序列化器授予受支持的类型,并且待序列化的对象必须是非空的。
Figure 2 illustrates a more robust alternative that relies on an application-defined object model to isolate the code that deals with XML in a Serialization package.
图2示范了一种更健壮的替代方案,它依靠应用程序定义的对象模型,将处理XML的代码隔离在Serialization包中。
You'll use some basic serialization to turn the data into a savable form, and then you'll store it using Document Object Model (DOM) Storage.
您将使用基本的串行化将数据转换成可保存的格式,并使用文档对象模型(Document Object Model, DOM)存储来存储它。
This approach to serialization forces a string representation of the entire object to be created in memory before a single character can be written, which is a big performance drag for large objects.
这种序列化方式强行在写入一个字符之前在内存中建立整个对象的字符串表示,对于大型对象来说,这是个非常大的性能拖累。
The serializable interface does not contain any methods: it exists only to tell the serialization runtime that your object is serializable.
Serializable接口不包含任何方法。它的作用只是告诉序列化运行时这个对象是可以序列化的。
The event object-based serialization API embodied by XMLEventWriter consists of fewer methods than the low-level API.
与低层API相比,XMLEventWriter 使用的基于事件对象的序列化器 API由更少的方法组成。
XML serialization implies a performance overhead; therefore, WebSphere Portal attempts to pass direct object references when possible.
XML序列化会带来性能开销;因此,WebSpherePortal尝试尽可能传递直接对象引用。
During serialization, an object writes its current state to temporary or persistent storage.
在序列化期间,对象将其当前状态写入到临时或持久性存储区。
The basic idea of serialization is that an object writes its current state, usually indicated by the value of its member variables, to persistent storage.
序列化的基本思路是对象将其当前状态(通常由其成员变量的值指示)写入永久性存储。
System. Web. Script. Serialization namespace contains classes that provide JavaScript Object Notation (JSON) serialization and deserialization for managed types.
还提供用于自定义序列化行为的扩展性功能。
This interface USES the technique of scanning members to convert a collection of components into a single object that supports run-time serialization.
此接口使用扫描成员的技术来将组件的集合转换为支持运行时序列化的单个对象。
This allows a single instance of a serialization manager to be used to serialize multiple object trees.
这允许使用序列化管理器的一个实例序列化多个对象树。
When you're using serialization, you're transferring (or saving) the state - when marshalling by reference, you're only transferring a reference to the object.
当你使用序列化,你传递(或保存)状态时的参考站,你只能传递对象的引用。
If you try to serialize your object with a normal event, serialization will fail because the storage backing the event isn't serializable.
如果你试图通过一个普通事件来序列化你的对象,序列化就会失败,这是因为备份该事件的存储是不可序列化的。
应用推荐