代码搜索:Serializable
找到约 10,000 项符合「Serializable」的源代码
代码结果 10,000
www.eeworm.com/read/151482/5681855
java concurrencythrottlesupport.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/151482/5682520
java serializablenopinterceptor.java
/*
* Copyright 2002-2005 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
www.eeworm.com/read/142674/5763704
java userinfopk.java
package xian.bin.user;
import java.io.Serializable;
public class UserInfoPK
implements Serializable {
public String username;
public UserInfoPK() {
}
public UserInfoPK(String
www.eeworm.com/read/142674/5763713
java managerpk.java
package xian.bin.admin;
import java.io.Serializable;
public class ManagerPK
implements Serializable {
public String admin;
public ManagerPK() {
}
public ManagerPK(String admin
www.eeworm.com/read/142674/5763717
java productpk.java
package xian.bin.product;
import java.io.Serializable;
public class ProductPK
implements Serializable {
public String pID;
public ProductPK() {
}
public ProductPK(String pID)
www.eeworm.com/read/142648/5764419
java spaceproxy.java
/*
* Copyright (c) 2000 jPOS.org. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/128604/5980740
java valuehandlerimpl.java
/* ValueHandlerImpl.java --
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under t
www.eeworm.com/read/127043/6009853
java event.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/125050/6034621
java pooledobject.java
/*
* PoolMan Java Object Pooling and Caching Library
* Copyright (C) 1999-2001 The Code Studio
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of