Object Serialization的意思|示意
对象序列化;对象串行化
Object Serialization的网络常见释义
对象序列化 序列化(Serialization)是指并行数据转换成串行数据的处理过程,而对象序列化(Object Serialization)是指把对象的状态数据以字节流的形式进行处理,一般用于实现完全的对象。
对象的序列化 ... Object Serialization 对象序列化 ; 对象串行化 ; 对象的序列化 ; 对象序列 serialization delay 串行延迟 Serialization Syntax 序列化语法 ...
序列化 65 44、对象序列化 、对象序列化 什么是对象序列化(object serialization): - 对象串行化面向那些实现了Serializable接口的对象,允许你以串行 字节序列形式保存对象的状态,日后还可以将其完全恢复到对象的...
对象串行化 http 协议:无连接协议 Object Serialization(对象串行化): OOP 的理论: 要解决的问题: 不能只对一个对象 恢复时,保持对象之间的联系 对象转换成一串字节:persistence 为了实现两个特...
Object Serialization相关短语
1、 Testing Object Serialization 测试对象序列化
2、 object serialization and deseirialzation 进行对象序列化
Object Serialization相关例句
This introduction is intended to suggest some situations where YAML provides a better object serialization format than XML.
本简介旨在推荐几种情况,在这几种情况下,YAML提供的对象序列化格式比XML所提供的更佳。
The serializable interface does not contain any methods: it exists only to tell the serialization runtime that your object is serializable.
Serializable接口不包含任何方法。它的作用只是告诉序列化运行时这个对象是可以序列化的。
Object persistence depends on the object serialization capabilities of the underlying programming language.
对象持久性依赖于底层编程语言的对象序列化能力。
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.
有多方面的考虑(版本控制,瞬时对象,枚举常量时,使用对象序列化等),所以我建议做一些阅读的主题。
Its use for config files, remote procedure calls, object serialization, database dumps, and similar developer-oriented tasks wasn't anticipated or planned for.
最初并未预期或计划将其用于配置文件、远程过程调用、对象串行化、数据库转储和类似的面向开发的任务。
The time you spend unit testing object serialization now will be paid back manyfold in the time you save on debugging later.
您花费在对象串行化单元测试上的时间将为您带来成倍的回报,此后调试时您能节省的时间将数倍于投入时间。