代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/473964/6826652

txt java(day15).txt

CoreJava Day15 15 15.1.1 DataInputStream/DataOutStream增加读写 关流只关最外层的过滤流就行了\ 15.1.2 BufferedInputStream/BufferedOutputStream增加缓冲区 void flush()刷新此缓冲的输出流。 15.1.3 管道流(和UnixC++中的F
www.eeworm.com/read/194942/8183280

java configconstants.java

package ddd.com; public class ConfigConstants implements java.io.Serializable { public final static String CONFIG="config"; public final static String DATABASECONFIG="databaseConfig"; public f
www.eeworm.com/read/194942/8183281

java actionform.java

package ddd.com.form; import javax.servlet.http.*; import ddd.com.config.*; public class ActionForm implements java.io.Serializable { public boolean validate(ActionConfig aConfig,HttpServletRequ
www.eeworm.com/read/193517/8220823

cs mydatalist.cs

using System; namespace CSLA.Templates { [Serializable()] public class MyDataList : NameValueList { #region static Methods public static MyDataList GetMyDataList() {
www.eeworm.com/read/193517/8220826

cs readonlycollection.cs

using System; using System.Data; namespace CSLA.Templates { [Serializable()] public class ReadOnlyCollection : CSLA.ReadOnlyCollectionBase { #region Business Properties and Methods
www.eeworm.com/read/193517/8220846

cs readonlyobject.cs

using System; namespace CSLA.Templates { [Serializable()] public class ReadOnlyObject : ReadOnlyBase { // Declare variables here to contain object state // Declare variables f
www.eeworm.com/read/193517/8221178

vb genroot.vb

_ Public Class GenRoot Inherits GenRootBase Private Sub New() ' prevent direct creation End Sub End Class
www.eeworm.com/read/193339/8236785

cs enumborderstyle.cs

/////////////// //aTiRuZ iNC.// /////////////// namespace aTiRuZ.PDF417 { using System; [Serializable ()] public enum enumBorderStyle { #region Fields bsNoBorder = 0, bsDashBor
www.eeworm.com/read/193339/8236807

cs enumsecurity.cs

/////////////// //aTiRuZ iNC.// /////////////// namespace aTiRuZ.PDF417 { using System; [Serializable ()] public enum enumSecurity { #region Fields seLevel_0 = 0, seLevel_1 = 1
www.eeworm.com/read/369060/9665633

java primarykeyobj.java

package org.shaoye.magic; import java.util.Vector; import org.shaoye.magic.Column; import java.io.Serializable; /** * @author zhangt * * To change this generated comment edit the templat