代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/155175/5628855
java connectioninit.java
package com.croftsoft.core.sql;
import java.io.Serializable;
import java.sql.*;
import com.croftsoft.core.lang.NullArgumentException;
/******************************
www.eeworm.com/read/153626/5646563
java~41~ user.java~41~
package user;
public class User implements Serializable{
private String userName;
private String userPassword;
private int baseInforFunction;
private int stockFunction;
private int s
www.eeworm.com/read/475588/6774077
java student.java
package entity;
/**
* Student entity.
*
* @author MyEclipse Persistence Tools
*/
public class Student implements java.io.Serializable {
// Fields
private Integer stuNo;
privat
www.eeworm.com/read/195221/8168233
java student.java
public class Student implements java.io.Serializable
{
String number,name,discipling,grade,borth,sex;
public Student()
{
}
public void setNumber(String number)
{
www.eeworm.com/read/395385/8180982
java lesson.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package studentscore;
import java.io.Serializable;
/**
*
* 课程类
* @author Conupe Fox
*/
public
www.eeworm.com/read/394987/8200316
java account.java
import java.text.DecimalFormat;
import java.io.Serializable;
import java.util.ArrayList;
/**
* This is the supper class of CreditAccount, SavingAccount and LoanAccount
*
*/
public abstra
www.eeworm.com/read/367283/9759586
cs messagetouser.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyOffice.Models
{
[Serializable()]
public class MessageToUser
{
private int id;
www.eeworm.com/read/367283/9759596
cs filetypeinfo.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyOffice.Models
{
[Serializable()]
public class FileTypeInfo
{
private int fileTypeID;
www.eeworm.com/read/367283/9759598
cs loginlog.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyOffice.Models
{
[Serializable()]
public class LoginLog
{
private int loginId;
www.eeworm.com/read/367283/9759605
cs message.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace MyOffice.Models
{
[Serializable()]
public class Message
{
private int messageID;