代码搜索:Serializable

找到约 10,000 项符合「Serializable」的源代码

代码结果 10,000
www.eeworm.com/read/405967/11452165

vb database.vb

REM If the PocketPC where to Support SOAPFormaters then we would serialize the database in REM this class REM _ Public Class DataBase Public ds As DataSet End Class
www.eeworm.com/read/346712/11729281

java jythonserializableobject.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers
www.eeworm.com/read/346712/11729696

java stemmer.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either v
www.eeworm.com/read/259522/11785184

java lazyinitializer.java

//$Id: LazyInitializer.java 7246 2005-06-20 20:32:36Z oneovthafew $ package org.hibernate.proxy; import java.io.Serializable; import org.hibernate.HibernateException; import org.hibernate.engine.Ses
www.eeworm.com/read/344239/11896517

java containermethods.java

//: holding/ContainerMethods.java import net.mindview.util.*; public class ContainerMethods { public static void main(String[] args) { ContainerMethodDifferences.main(args); } } /* Out
www.eeworm.com/read/343059/11979509

java userevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Works as an abstract superclass for different Events thrown by a User. * * @author Arno Huetter * (C)opyright by the Insti
www.eeworm.com/read/343059/11979679

java roomevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Represents a changement of a Room's state. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, T
www.eeworm.com/read/343059/11979746

java userloginevent.java

package at.ac.uni_linz.tk.vchat; import java.io.*; /** * Represents a login of a User. * * @author Arno Huetter * (C)opyright by the Institute for Computer Science, Telecooperatio
www.eeworm.com/read/256358/12004734

java dbconn.java

package connection; import java.io.Serializable; import java.sql.*; public class DbConn implements java.io.Serializable //串行化单个连接类 { private Connection conn = null;//数据库连接对象conn private b
www.eeworm.com/read/341217/12099861

java goldringedstaff.java

package com.javapatterns.prototype.monkeyking2; import java.util.Date; import java.io.Serializable; public class GoldRingedStaff implements Cloneable, Serializable { public GoldRingedStaf