代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/313779/3641567

java crmuser.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package entities; import java.io.Serializable; import java.util.Collection; import javax.persistenc
www.eeworm.com/read/313779/3641569

java crmrole.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package entities; import java.io.Serializable; import java.util.Collection; import javax.persisten
www.eeworm.com/read/312185/3675424

java abstractbooster.java

package jboost.booster; import java.io.Serializable; import jboost.controller.Configuration; import jboost.monitor.Monitor; /** * This is the abstract definition of a booster. The booster is * re
www.eeworm.com/read/312155/3675671

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/311885/3677274

cs iteminfo.cs

using System; /// /// 图书的详细信息 /// [Serializable] public class ItemInfo { // 内部变量 private int id; private string name; private int quantity; priva
www.eeworm.com/read/311885/3677332

cs iteminfo.cs

using System; /// /// 图书的详细信息 /// [Serializable] public class ItemInfo { // 内部变量 private int id; private string name; private int quantity; priva
www.eeworm.com/read/311712/3678505

java student.java

package com.zhou.po; /** * Student entity. * * @author MyEclipse Persistence Tools */ public class Student implements java.io.Serializable { // Fields private Long id; private
www.eeworm.com/read/311712/3678511

java consultation.java

package com.zhoou.po; import java.util.Date; /** * Consultation generated by MyEclipse Persistence Tools */ public class Consultation implements java.io.Serializable { // Fields p
www.eeworm.com/read/311683/3678594

cs classtextmsg.cs

using System; namespace LanMsg { /// /// ClassTextMsg 的摘要说明。 /// [Serializable] public class ClassTextMsg { public System.Drawing.Font font; public System.Dr
www.eeworm.com/read/311508/3680016

java baseobject.java

package org.yeeku.model; import java.io.Serializable; /** * Base class for Model objects. Child objects should implement toString(), * equals() and hashCode(); * * *