代码搜索:Serialization

找到约 2,507 项符合「Serialization」的源代码

代码结果 2,507
www.eeworm.com/read/440906/1784167

java serializablepermission.java

/* SerializablePermission.java -- Basic permissions related to serialization. Copyright (C) 1998, 2000 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free sof
www.eeworm.com/read/402158/2331704

java soapobjecttest.java

package org.ksoap2.serialization; import junit.framework.*; public class SoapObjectTest extends TestCase { private static final String ANOTHER_PROPERTY_NAME = "anotherProperty"; private sta
www.eeworm.com/read/402158/2331713

svn-base soapobjecttest.java.svn-base

package org.ksoap2.serialization; import junit.framework.*; public class SoapObjectTest extends TestCase { private static final String ANOTHER_PROPERTY_NAME = "anotherProperty"; private sta
www.eeworm.com/read/375190/2737163

cpp test_variant.cpp

/////////1/////////2/////////3/////////4/////////5/////////6/////////7/////////8 // test_variant.cpp // test of non-intrusive serialization of variant types // // copyright (c) 2005 // troy d. stra
www.eeworm.com/read/374804/2745146

cs multimediaexception.cs

using System; using System.Runtime.Serialization; namespace gowk.multimedia { public class MultimediaException:System.Exception { int m_num=0; public MultimediaException():base(){} pub
www.eeworm.com/read/358237/2998608

java examplemessage.java

package example; import java.io.Serializable; import java.util.Date; public class ExampleMessage implements Serializable { private String _body; // zero-arg required for hessian serialization
www.eeworm.com/read/162614/5534792

java objectstreamexception.java

/* ObjectStreamException.java -- Superclass of all serialization exceptions Copyright (C) 1998, 2000, 2001, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GN
www.eeworm.com/read/162614/5534808

java streamcorruptedexception.java

/* StreamCorruptedException.java -- Error in stream during serialization Copyright (C) 1998, 2000, 2001, 2002, 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpa
www.eeworm.com/read/162614/5534810

java notactiveexception.java

/* NotActiveException.java -- thrown when serialization is not active Copyright (C) 1998, 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; y
www.eeworm.com/read/162614/5534847

java serializablepermission.java

/* SerializablePermission.java -- Basic permissions related to serialization. Copyright (C) 1998, 2000, 2003 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is fr