代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/343643/3217676
java basestudent.java
package cn.hope.mana.pojo.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the student table.
* Do not modify this class because it will be overwrit
www.eeworm.com/read/343643/3217757
java baseteach.java
package cn.hope.mana.pojo.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the teach table.
* Do not modify this class because it will be overwritte
www.eeworm.com/read/338954/3311437
java users.java
package com.mytest.model;
/**
* Users generated by MyEclipse Persistence Tools
*/
public class Users implements java.io.Serializable {
// Fields
private Integer userid;
private Str
www.eeworm.com/read/338156/3320148
java sort.java
package dream.ourshopping.domain;
import java.util.Collection;
/**
* Sort generated by MyEclipse - Hibernate Tools
*/
public class Sort implements java.io.Serializable {
// Fi
www.eeworm.com/read/337397/3341265
java suborder.java
package com.hz.pojo;
/**
* Suborder entity.
*
* @author MyEclipse Persistence Tools
*/
public class Suborder implements java.io.Serializable {
// Fields
private Integer subId;
www.eeworm.com/read/337233/3342923
java bookdetails.java
package mypack;
public class BookDetails implements Comparable, java.io.Serializable {
private String bookId = null;
private String title = null;
private String name = null;
pr
www.eeworm.com/read/336847/3346870
java fieldselectorresult.java
package org.apache.lucene.document;
import java.io.Serializable;
/**
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y
www.eeworm.com/read/336847/3346874
java fieldselector.java
package org.apache.lucene.document;
import java.io.Serializable;
/**
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y
www.eeworm.com/read/335966/3354776
java addressespk.java
package address;
import java.io.*;
public class AddressesPK implements Serializable {
public String firstName;
public String lastName;
public AddressesPK() {
}
//设置复合键
public AddressesP
www.eeworm.com/read/334807/3363007
java testuser.java
package com.haiku.bean;
/**
* Testuser entity.
*
* @author MyEclipse Persistence Tools
*/
public class Testuser implements java.io.Serializable {
// Fields
private String userNa