代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/104008/15714302

cs trinagle.cs

using System; using System.Drawing; namespace MDICSharp { [Serializable] public class Triangle : MDICSharp.Shape { public Triangle(Point st, Point ep) { StartPoint = st; EndPo
www.eeworm.com/read/104008/15714307

cs ellipse.cs

using System; using System.Drawing; namespace MDICSharp { [Serializable] public class Ellipse : MDICSharp.Shape { public Ellipse(Point st, Point ep) { StartPoint = st; EndPoin
www.eeworm.com/read/103011/15749498

java fixedproperty.java

package piy; import java.io.Serializable; /** * Represents a property type which is fixed. The editor for this type allows the user to * use a standard piy editor, or to bind the value to ano
www.eeworm.com/read/100743/15865510

java userdata.java

public class UserData extends Object implements java.io.Serializable { /* public class user extends Object { String username; String password; String name; String credit; S
www.eeworm.com/read/188572/8527945

java~3~ cmpp30delivermessage1.java~3~

import java.io.*; import java.net.*; public class CMPP30DeliverMessage1 implements Serializable { public String strcontent; public String strnumber; public int
www.eeworm.com/read/433266/8535006

java conecttype.java

package po; import java.util.HashSet; import java.util.Set; /** * Conecttype generated by MyEclipse Persistence Tools */ public class Conecttype implements java.io.Serializable { //
www.eeworm.com/read/431892/8647718

java loginrequest.java

package RemoteAccess.Object; import java.io.*; public class LoginRequest implements MyObject,Serializable{ public String user; public String pwd; public String msg; public LoginReques
www.eeworm.com/read/387027/8711179

vb s_typeguestinfo.vb

Public Class S_TypeGuestInfo '属性:Type_AdminName ' 表 :TypeGuest '注释: Private _Type_AdminName As String Public Property Type_AdminName() As String Ge
www.eeworm.com/read/387027/8711222

vb s_inguestinfo.vb

Public Class S_InGuestInfo '属性:In_AdminName ' 表 :InGuest '注释:用户名 Private _In_AdminName As String Public Property In_AdminName() As String Get
www.eeworm.com/read/427147/8973180

java globalconfig.java

import java.io.*; import java.util.*; public class GlobalConfig implements Serializable{ private static final GlobalConfig INSTANCE=new GlobalConfig(); private Properties properties = new Prop