搜索资源列表
square0297
- 编写可串行化类时,MFC用你指定的模式号制定一个粗略的版本控制方式。在向档案写数据时,MFC用模式标记该类的实例;而在读回数据时,MFC将档案中的记录的模式号和应用程序中使用着的 该类对象的模式号做比较,如果两模式号不匹配,则MFC发送一个CArchiveException,其m_cause 等于CArchiveException::badSchema。没有得到处理的该类异常会促使MFC显示一个对话框,提示 “非预期的文件格式”。如果每次修改对象的串行化存储格式时都能做到增加模式号,那么就不怕
RemotingandRemotableObjects
- This code shows how to create remote objects in VB.net. This includes Client-Activated objects, Server-Activated objects, remotable objects, serializable objects, and marshaling objects with the Marshal method. Comments are included in the source co
use_jsp_bar
- 这是一个学习线程的非常棒的例子。TaskBean类是我们自己的任务,计算1+2+...+100,它实现了Runnable, Serializable 接口,可以作为线程和bean运行。 start.jsp页面负责构造bean和线程对象,并启动线程实行任务然后转到status.jsp显示进度条。 stop.jsp停止任务。 - This is a great learning thread example. TaskBean is our own task,
serializable
- serializable实例 REMOTING
LyricDemo
- 一个关于动态歌词的android应用demo:内容包括:Serializable接口在android中的应用,java文件操作事例代码-An application for the android demo lyrics
PropertyGridEx_src
- The PropertyGridEx control shows how to add a new tab to the standard System.Winows.Forms.PropertyGrid. In this sample, a custom page shows all instance fields of the selected object. Additionally it shows how to implement and use the IPropertyValueU
SaviorSource
- read and write to registry in C# using reflection and serializable
Serialization
- 序列化和反序列化 C# [Serializable] 与 [Serializable()] -Serialization and Deserialization C# [Serializable] and [Serializable ()]
Results
- Results implements Serializable for Andriod.
SealedObject
- A SealedObject is a wrapper around a serializable object instance and encrypts it using a cryptographic cipher.
GenricXMLSerializer
- A generic class that can serialize any class. The class must have a parameterless contructor to be serializable.
SerializablePermissionTest
- Serializable Permission Source Code for Andriod.
Serializable
- 对文件序列化和反序列化读写操作。采用XML方式读写和二进制方式读写两种方法。-Java Serializable tool
Synchronized
- Synchronized collection views. The returned synchronized collection views are serializable if the backing collection and the mutex are serializable.
SerializableTester
- Serializable Tester Source Code for Linux.
Invocation
- Invocation implements Serializable for Linux.
SerializablePermissionTest
- Serializable Permission Test Source Code for Linux.
Results
- Results implements Serializable Source Code for Linux.
GwtCompatible
- The return value of Lists.newArrayList(E[]) has GWT serializable type.
析Android中的Serializable序列化
- Android中的Serializable(AndroidSerializableizable)