代码搜索:Serializable

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

代码结果 10,000
www.eeworm.com/read/396039/2425479

java ts_serializable.java

import java.io.*; public class ts_serializable { public static void main( String argv[] ) throws IOException { String filename = "slogfile.data"; String tmp_filename = "tm
www.eeworm.com/read/375190/2737123

cpp test_not_serializable.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // test_non_serializable.cpp: test implementation level trait // (C) Copyright 2002 Robert Ramey - http://www.rrsd.com
www.eeworm.com/read/474929/1388039

txt serializable接口的使用.txt

import java.io.*; public class ObjectSerlization implements Serializable{ String s; int i; public ObjectSerlization (){ System.out.println("ObjectSerlization Constructor1"); } public Obj
www.eeworm.com/read/168845/5434664

dsp test_level_not_serializable.dsp

# Microsoft Developer Studio Project File - Name="test_level_not_serializable" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TAR
www.eeworm.com/read/403190/2314530

svn-base gw_serializable.h.svn-base

K 14 svn:executable V 0 END
www.eeworm.com/read/403190/2314557

svn-base gw_serializable.h.svn-base

/*------------------------------------------------------------------------------*/ /** * \file GW_Serializable.h * \brief Definition of class \c GW_Serializable * \author Gabriel Peyr
www.eeworm.com/read/127767/14336475

txt e046. implementing a serializable singleton.txt

By default, the deserialization process creates new instances of classes. This example demonstrates how to customize the deserialization process of a singleton to avoid creating new instances of the s
www.eeworm.com/read/263434/11362759

java backingstoreexception.java

/* * @(#)BackingStoreException.java 1.5 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.u
www.eeworm.com/read/187222/8840412

java alien.java

//: Alien.java // A serializable class import java.io.*; public class Alien implements Serializable { }