public class ObjectSaver { /** * @param args * @author AmigoXie * Creation date: 2007-9-15 - 下午21:45:37 */
public static void main(String[] args) throws Exception { ObjectOutputStream out = new ObjectOutputStream (new FileOutputStream("D:""objectFile.obj")).