代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/297135/3891967
cs regioninfo.cs
namespace PowerEasy.Model.Accessories
{
using PowerEasy.Model;
using System;
[Serializable]
public class RegionInfo : PowerEasy.Model.Nullable
{
private string m_
www.eeworm.com/read/297135/3891989
cs adminprofileinfo.cs
namespace PowerEasy.Model.UserManage
{
using PowerEasy.Model;
using System;
using System.Xml.Serialization;
[Serializable]
public class AdminProfileInfo : PowerEasy.Model.
www.eeworm.com/read/297135/3891993
cs userinfo.cs
namespace PowerEasy.Model.UserManage
{
using PowerEasy.Common;
using PowerEasy.Enumerations;
using PowerEasy.Model;
using System;
[Serializable]
public class UserInfo
www.eeworm.com/read/297135/3891997
cs usergroupsinfo.cs
namespace PowerEasy.Model.UserManage
{
using PowerEasy.Enumerations;
using PowerEasy.Model;
using System;
[Serializable]
public class UserGroupsInfo : PowerEasy.Model.Null
www.eeworm.com/read/297135/3892009
cs contacterinfo.cs
namespace PowerEasy.Model.Crm
{
using PowerEasy.Enumerations;
using PowerEasy.Model;
using System;
[Serializable]
public class ContacterInfo : PowerEasy.Model.Nullable
www.eeworm.com/read/294163/3919105
java card.java
package 网吧计费系统;
import java.io.*;
public class Card implements Serializable{
public Card() {
try {
jbInit();
} catch (Exception ex) {
ex.printStack
www.eeworm.com/read/294163/3919153
java~16~ computer.java~16~
package 网吧计费系统;
import java.io.*;
public class Computer implements Serializable{
public Computer() {
}
private String id;//机器号
public String getComputerId(){
www.eeworm.com/read/293714/3929101
java message.java
/*
* Created on 2005-2-13
*communication
*/
package communication;
import java.io.Serializable;
/**
* @author Emtry Immortal
*
* transmit message with tank's info
*/
public clas
www.eeworm.com/read/292416/3953599
java searchmodel.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package biz.tbuy.bbs;
import java.io.Serializable;
/**
*
* @author Administrator
*/
public clas
www.eeworm.com/read/289672/3989801
java signatureverifyexception.java
package SOMA.security;
import java.lang.ClassNotFoundException;
//import debug.System;
public class SignatureVerifyException extends ClassNotFoundException {// implements java.io.Serializable {