代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/161766/5549904

java txvalue.java

package org.helpsoft.entity.tx; import java.io.Serializable; /** * The TxValue objects contains all fields that are available in the storage. * * @author cao guangxin */ public class Tx
www.eeworm.com/read/160705/5566654

cs cline.cs

using System; using System.Drawing; namespace VCSharp { /// /// CLine 的摘要说明。 /// /// //直线段类 [Serializable()]public class CLine:CGElement { protected Point
www.eeworm.com/read/160705/5566657

cs crectangle.cs

using System; using System.Drawing; namespace VCSharp { /// /// CRectangle 的摘要说明。 /// [Serializable()]public class CRectangle:CGElement { protected PointF m_base
www.eeworm.com/read/160705/5566675

cs ccircle.cs

using System; using System.Drawing; namespace VCSharp { /// /// CCircle 的摘要说明。 /// /// [Serializable()]public class CCircle:CGElement { protected PointF m_C
www.eeworm.com/read/160705/5566947

cs cline.cs

using System; using System.Drawing; namespace VCSharp { /// /// CLine 的摘要说明。 /// /// //直线段类 [Serializable()]public class CLine:CGElement { protected Point
www.eeworm.com/read/160705/5566950

cs crectangle.cs

using System; using System.Drawing; namespace VCSharp { /// /// CRectangle 的摘要说明。 /// [Serializable()]public class CRectangle:CGElement { protected PointF m_base
www.eeworm.com/read/160705/5566964

cs ccircle.cs

using System; using System.Drawing; namespace VCSharp { /// /// CCircle 的摘要说明。 /// /// [Serializable()]public class CCircle:CGElement { protected PointF m_C
www.eeworm.com/read/158367/5597525

java book.java

package shopping.util; import java.io.*; public class Book implements Serializable { private String bookName; private String author; private String price; public Book() { } p
www.eeworm.com/read/155175/5628829

java authentication.java

package com.croftsoft.core.security; import java.io.Serializable; import com.croftsoft.core.lang.NullArgumentException; import com.croftsoft.core.lang.ObjectLib; /**
www.eeworm.com/read/155175/5629186

java quizitem.java

package com.croftsoft.apps.quiz; import java.io.Serializable; import com.croftsoft.core.lang.NullArgumentException; import com.croftsoft.core.text.sml.*; /**********