代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/259522/11785214
java entitynotfounddelegate.java
package org.hibernate.proxy;
import java.io.Serializable;
/**
* Delegate to handle the scenario of an entity not found by a specified id.
*
* @author Steve Ebersole
*/
public interface
www.eeworm.com/read/345341/11818856
cs shapes.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Drawing.Imaging;
namespace ShapeLib
{
[Serializable]
public abstract class Shape
www.eeworm.com/read/258961/11830241
java wall.java
/*
* Created on Nov 8, 2004
*
*/
import java.io.Serializable;
class Wall implements Serializable
{
int x;
int y;
int dir;
int penalty;
public static final int UP=0,RIGHT=1,DOWN=
www.eeworm.com/read/344570/11872031
cs propertystatic.cs
using System;
//序列化
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary ;
namespace ExamSystem
{
///
/// PropertyStatic 的摘要说明。
///
www.eeworm.com/read/258086/11889620
java friend.java
package Java.ICQ;
import java.io.*;
public class Friend implements Serializable
{
int friendIcqno;
String friendNickname;
String friendPassword;
String friendStatus;
String friendIp;
www.eeworm.com/read/256861/11967788
cs insertionsorter.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace IAXK.Sys
{
///
/// 插入排序
///
///
[Seria
www.eeworm.com/read/154253/11976834
java employee.java
package chapter25.db;
import java.io.Serializable;
public class Employee implements Serializable
{
private String id;
private String name;
private int age;
public Employee(S
www.eeworm.com/read/154253/11977000
java~3~ employee.java~3~
package chapter25.db;
import java.io.Serializable;
public class Employee implements Serializable
{
private String id;
private String name;
private int age;
public Employee(S
www.eeworm.com/read/154253/11977088
java~4~ employee.java~4~
package chapter24.db;
import java.io.Serializable;
public class Employee implements Serializable
{
private String id;
private String name;
private int age;
public Employee(S