Home
Java
2D Graphics GUI
3D
Advanced Graphics
Ant
Apache Common
Chart
Class
Collections Data Structure
Data Type
Database SQL JDBC
Design Pattern
Development Class
EJB3
Email
Event
File Input Output
Game
Generics
GWT
Hibernate
I18N
J2EE
J2ME
JavaFX
JDK 6
JDK 7
JNDI LDAP
JPA
JSP
JSTL
Language Basics
Network Protocol
PDF RTF
Reflection
Regular Expressions
Scripting
Security
Servlets
Spring
Swing Components
Swing JFC
SWT JFace Eclipse
Threads
Tiny Application
Velocity
Web Services SOA
XML
Serialization « File Input Output « Java
Java
File Input Output
Serialization
1.
Serialization with ObjectInputStream and ObjectOutputStream
2.
Object Serialization
3.
Serial Demo
4.
Create a serialized output file
5.
Reconstructing an externalizable object
6.
Simple use of Externalizable and a pitfall
7.
Serializable
8.
Serializer class
9.
This program shows how to use getSerialVersionUID
10.
Working with Serialization
11.
Assists with the serialization process and performs additional functionality based on serialization.
12.
Computes all the class serialVersionUIDs under the jboss home directory.
13.
Serializable Enumeration
14.
Serialization Utilities
15.
This program demonstrates the transfer of serialized objects between virtual machines
16.
A class whose clone method uses serialization
17.
Writes a serialized version of obj to a given file, compressing it using gzip.
18.
Reads a serialized object from a file that has been compressed using gzip.
19.
Serialized File Util
20.
Serializes an object to a file, masking out annoying exceptions.