代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/250043/12441632

java serialize1.java

import java.io.*; class Man implements Serializable{ String 捞抚; int 唱捞; double 虐; } public class Serialize1{ public static void main(String[] args) throws Exception{ FileOutputStre
www.eeworm.com/read/124570/14559611

java converterutils.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either vers
www.eeworm.com/read/117507/14917818

java productitem.java

package order.common; import java.io.Serializable; public class ProductItem implements Serializable{ // 定义产品号,名称,价格等变量 String product_id; String name; int price; // 初始化定义的变量 public Pr
www.eeworm.com/read/209155/15226677

html typereg_8h-source.html

typereg.h Source File
www.eeworm.com/read/209155/15226684

html classserializable__c.html

serializable_c class Reference
www.eeworm.com/read/169400/5423674

cs parametermodifiers.cs

// // // // // $Revisi
www.eeworm.com/read/167133/5468475

java keypair.java

/* * Java core library component. * * Copyright (c) 1999 * Archie L. Cobbs. All rights reserved. * Copyright (c) 1999 * Transvirtual Technologies, Inc. All rights reserved. * * See the file
www.eeworm.com/read/163169/5511425

java productitem.java

package order.common; import java.io.Serializable; public class ProductItem implements Serializable{ // 定义产品号,名称,价格等变量 String product_id; String name; int price; // 初始化定义的变量 public Pr
www.eeworm.com/read/155175/5628871

java point2d.java

package com.croftsoft.core.math; import java.io.Serializable; /********************************************************************* * A point in the standard Cartesian coor
www.eeworm.com/read/155175/5629116

java userdata.java

package com.croftsoft.apps.mars; import java.io.Serializable; /********************************************************************* * Persistent user data. * * @versio