代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/270935/4231352
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/270919/4232379
java pyfloat.java
// Copyright (c) Corporation for National Research Initiatives
package org.python.core;
import java.io.Serializable;
/**
* A builtin python float.
*/
public class PyFloat extends PyObject
{
www.eeworm.com/read/270401/4238602
java initialfact.java
package org.drools;
import java.io.Serializable;
/*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in
www.eeworm.com/read/270401/4239002
java conwaypattern.java
package org.drools.examples.conway.patterns;
import java.io.Serializable;
/**
* A ConwayPattern describes the state of a conway grid.
* ConwayPattern objects are us
www.eeworm.com/read/270401/4239190
java cheeseequal.java
package org.drools;
import java.io.Serializable;
/*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in
www.eeworm.com/read/270401/4239225
java cheese.java
package org.drools;
import java.io.Serializable;
/*
* Copyright 2005 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in
www.eeworm.com/read/449675/1675347
java valueinclusion.java
package org.hibernate.engine;
import java.io.Serializable;
import java.io.ObjectStreamException;
import java.io.StreamCorruptedException;
/**
* An enum of the different ways a value might be
www.eeworm.com/read/449675/1675372
java executeupdateresultcheckstyle.java
package org.hibernate.engine;
import java.io.Serializable;
import java.io.ObjectStreamException;
import java.io.InvalidObjectException;
/**
* For persistence operations (INSERT, UPDATE, DELE
www.eeworm.com/read/446164/1714868
java tbmanager.java
package com.mwq.hibernate.mapping;
public class TbManager implements java.io.Serializable {
// Fields
private Integer id;
private TbRecord tbRecord;
private String password;
pri
www.eeworm.com/read/446164/1714873
java tbdutyinfo.java
package com.mwq.hibernate.mapping;
import java.util.Date;
/**
* TbDutyInfo generated by MyEclipse - Hibernate Tools
*/
public class TbDutyInfo implements java.io.Serializable {
// Fi