代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/192606/5152016

cs stockentity.cs

using System; /// /// 商品信息实体 /// [Serializable()] public class StockEntity { private string _StockName = ""; private double _StockPrice = 0; private int _S
www.eeworm.com/read/192606/5152055

cs stockentity.cs

using System; /// /// 商品信息实体 /// [Serializable()] public class StockEntity { private string _StockName = ""; private double _StockPrice = 0; private int _S
www.eeworm.com/read/189346/5193722

cs periodreturn.cs

using System; using System.Collections.Generic; using System.Text; namespace MDIClient { [Serializable] class PeriodReturn { private string period; private decimal returnRate
www.eeworm.com/read/189346/5193734

cs periodreturn.cs

using System; using System.Collections.Generic; using System.Text; namespace SDIRatesOfReturn { [Serializable] class PeriodReturn { private string period; private decimal returnRate;
www.eeworm.com/read/189346/5193748

cs periodreturn.cs

using System; using System.Collections.Generic; using System.Text; namespace MDIClient { [Serializable] class PeriodReturn { private string period; private decimal returnRate;
www.eeworm.com/read/189346/5193760

cs periodreturn.cs

using System; using System.Collections.Generic; using System.Text; namespace SDIRatesOfReturn { [Serializable] class PeriodReturn { private string period; private decimal retur
www.eeworm.com/read/189346/5194108

cs wahooscore.cs

using System; /// /// Store a Wahoo score /// [Serializable] public struct WahooScore { public WahooScore(string name, int score) { Name = name; Score = score; } publ
www.eeworm.com/read/189285/5201562

java writereplacetest.java

package com.thoughtworks.acceptance; import java.io.*; public class WriteReplaceTest extends AbstractAcceptanceTest { public static class Thing extends StandardObject implements Serializable {
www.eeworm.com/read/187323/5224956

java usersearchbean.java

package com.learnweblogic.ch4; public class UserSearchBean implements java.io.Serializable { // the default constructor public UserSearchBean() {} private String keywords; p
www.eeworm.com/read/184988/5242891

java weightedscheme.java

package com.wrox.rmi.flex; public class WeightedScheme implements GradeScheme,java.io.Serializable { public int computeAverage(int [] subjectScores) { int numOfSubjects