代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/179955/5292911
cs simplenamefilter.cs
using System;
using System.Collections;
using System.Text;
namespace NUnit.Core.Filters
{
[Serializable]
public class SimpleNameFilter : RecursiveTestFilter
{
private Arr
www.eeworm.com/read/170283/5404859
java adminuser.java
package com.news.bean;
/**
* Adminuser generated by MyEclipse - Hibernate Tools
*/
public class Adminuser implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/170283/5404860
java newtype.java
package com.news.bean;
/**
* Newtype generated by MyEclipse - Hibernate Tools
*/
public class Newtype implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/170283/5404861
java news.java
package com.news.bean;
/**
* News generated by MyEclipse - Hibernate Tools
*/
public class News implements java.io.Serializable {
// Fields
private String id;
www.eeworm.com/read/169660/5417016
java~41~ user.java~41~
package user;
public class User implements Serializable{
private String userName;
private String userPassword;
private int baseInforFunction;
private int stockFunction;
private int s
www.eeworm.com/read/347649/3164410
java person.java
import java.io.*;
public class Person implements Comparable, Serializable
{
// Constructor
public Person(String firstName, String surname)
{
this.firstName = firstName;
this.sur
www.eeworm.com/read/347649/3164412
java bookentry.java
import java.io.*;
class BookEntry implements Serializable
{
public BookEntry(Person person, PhoneNumber number)
{
this.person = person;
this.number = number;
}
public Person
www.eeworm.com/read/347649/3164416
java person.java
import java.io.*;
public class Person implements Comparable, Serializable
{
// Constructor
public Person(String firstName, String surname)
{
this.firstName = firstName;
this.sur
www.eeworm.com/read/347649/3164418
java bookentry.java
import java.io.*;
class BookEntry implements Serializable
{
public BookEntry(Person person, PhoneNumber number)
{
this.person = person;
this.number = number;
}
public Perso
www.eeworm.com/read/347649/3164433
java polyline.java
import java.io.*;
public class PolyLine implements Serializable
{
// Construct a polyline from an array of coordinate pairs
public PolyLine(double[][] coords)
{
Point[] points = new