代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/111805/15502854

java person.java

// Class encapsulating a person's name and address import java.io.Serializable; public class Person implements Serializable { private Name name; private Address address; public Person(N
www.eeworm.com/read/111805/15502859

java person.java

// Class encapsulating a person's name and address import java.io.Serializable; public class Person implements Serializable { private Name name; private Address address; public Person
www.eeworm.com/read/111805/15502864

java person.java

// Class encapsulating a person's name and address import java.io.Serializable; public class Person implements Serializable { private Name name; private Address address; public Person
www.eeworm.com/read/111805/15502865

java indexentry.java

// Class encapsulating an index to the IndexedPersons.bin file // Each object stores a second name and the position in the file where // the corresponding record can be found. i.e. the first record
www.eeworm.com/read/111805/15502870

java person.java

// Class encapsulating a person's name and address import java.io.Serializable; public class Person implements Serializable { private Name name; private Address address; public Person(N
www.eeworm.com/read/111805/15502871

java indexentry.java

// Class encapsulating an index to the IndexedPersons.bin file // Each object stores a second name and the position in the file where // the corresponding record can be found. i.e. the first record
www.eeworm.com/read/110504/15532430

java personnet.java

import java.io.Serializable; public class PersonNet implements Serializable { private String name; private int age; private String sex; public PersonNet(String _name, int _age, String _se
www.eeworm.com/read/108369/15587519

cs line.cs

namespace RemotingChat { using System; /// /// Summary description for Line. /// [Serializable] public class Line { public int x,y,dx,dy; pu
www.eeworm.com/read/108144/15593307

java ticket.java

package bingo.shared; import java.io.Serializable; public class Ticket implements Serializable { public static final int DENIED = -1; public String message; public Card[] cards = null;
www.eeworm.com/read/108144/15593324

java answer.java

package bingo.shared; public class Answer implements java.io.Serializable { public boolean didIWin; public String message; public Answer(boolean didIWin, String message) { this.