搜索资源列表
serializable
- java的序列化源程序-the sequence of source
AddressBook
- 用java写的通讯录,强调了一些java图形界面库的应用,有一些实用的jTree,Popmenu等的技巧,另外存储信息使用了对象的串行化,是个参考的不错例子-Addressbook writen in java jTree,popmenu ,Serializable
T5b3
- 定义一个可序列化的对象Student类,这个类实现了Serializable接口,类中的成员变量id,name,age,department都可以被序列化,方法不能序列化。通过对象输出流的writeObject()方法将Student对象保存到文件data.ser中,然后通过对象输入流的readObject()方法从文件data.ser中读出保存下来的Student对象,然后将Student对象的id和name输出到控制台。-Define a sequence of objects Studen
Java_serialization_doc
- Java中对象的序列化(serialization)允许把采用Serializable接口的任何对象转换成字节流序列;同时它也允许把字节流序列转换回对象本身。其机制不依赖于操作系统,也就是说,你可以通过网络传递该对象,并在网络连线的另一端把它们恢复。-Java Serializable Interface
Serializable
- 我的操作系统作业! 进程通信,我用的序列化。传送一个类·· 有UI-My operating system work! The process of communication, I use serialization. Send a class with UI
mycsdn
- struts2+spring+hibernate新闻发布系统-publ 工c interface DAO { II 返回全部的物品 public List getObjects(Class class) II根据id 返回某个持久化类 public Object getObject(Class class , Serializable id) II保存持久化类 public void saveObject(Object 0) II删除某个持久化类 pub
Bossa-Workflow-System
- bossa引擎是一款开源的轻量级的工作流引擎,他是基于petri net的,不需要后台数据库系统的支持,他通过叫prevaler的系统来维护自身的持久化,所谓prevaler系统是基于sun的Serializable接口的。-bossa engine is a lightweight open source workflow engine, based on the support of petri NET, and does not require back-end database syst
test
- test,通过该工程,可以生成MyEclipse注册码-this is a project. you can produce your myeclipse Serializable
PHPSerializer
- Java 版本的 PHP serialize/unserialize 完整实现。目前实现了对各种基本类型、数组、ArrayList、HashMap、和其它可序列化对象的序列化。实现了 PHP 5 中的Serializable 接口的支持。实现了 PHP 中的 __sleep 和 __wakeup 魔术方法的支持。实现了对所有标示(N、b、i、d、s、a、O、R、r、U、C)的反序列化,在对标示 a 反序列化时,可以根据下标和值来自动判断是 ArrayList 还是 HashMap。并且在反序列化
Serializable
- Constructs a new {@code String} by decoding the bytes as UTF-8.
ITypeVariableDefinitionDelta
- public abstract class Calendar implements Serializable.
InetAddress
- InetAddress implements Serializable for Andriod.
WildcardFileFilter
- WildcardFileFilter extends AbstractFileFilter implements Serializable.
PermissionCollection
- Permission Collection implements Serializable Source Code for Andriod.
Key
- interface Key extends Serializable for Andriod.
PathFileComparator
- Path File Comparator implements Comparator, Serializable Source Code for Andriod.
SigArrayType
- Sig Array Type implements I Array Type, Serializable Source Code for Andriod.
Functions
- All methods returns serializable functions as long as they re given serializable parameters.
XObject
- XObject extends Expression implements Serializable, Cloneable Source Code for Andriod.