代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/457616/1595925
java basedowntype.java
package com.jeecms.download.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the DOWN_TYPE table.
* Do not modify this class because it will
www.eeworm.com/read/455495/1613518
java artistvo.java
package music.shared;
public class ArtistVO implements java.io.Serializable
{
private int id;
private String name;
private Boolean gender;
private String description;
pu
www.eeworm.com/read/455495/1613522
java accountvo.java
package music.shared;
public class AccountVO implements java.io.Serializable
{
private String username = null;
private String password = null;
private String email = null;
pri
www.eeworm.com/read/455464/1613564
java basemsg.java
package com.jeecms.auxiliary.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the AUXI_MSG table.
* Do not modify this class because it will
www.eeworm.com/read/455464/1613567
java basevoteitem.java
package com.jeecms.auxiliary.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the VOTE_ITEM table.
* Do not modify this class because it will
www.eeworm.com/read/455464/1613634
java basemember.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the core_member table.
* Do not modify this class because it will be
www.eeworm.com/read/455464/1613636
java baseglobal.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the CORE_GLOBAL table.
* Do not modify this class because it will be
www.eeworm.com/read/455464/1613641
java basefunction.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the core_function table.
* Do not modify this class because it will
www.eeworm.com/read/455464/1613642
java baseadmin.java
package com.jeecms.core.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the CORE_ADMIN table.
* Do not modify this class because it will be
www.eeworm.com/read/455464/1613733
java basecmschannel.java
package com.jeecms.cms.entity.base;
import java.io.Serializable;
/**
* This is an object that contains data related to the CMS_CHANNEL table.
* Do not modify this class because it will be