Thread
:
How do I omit an object when serializing?
View Single Post
#
2
(
permalink
)
05-31-2007, 06:18 PM
Valeriano
Member
Join Date: May 2007
Posts: 10
For anything you want to have serialized declare its class implements Serializable.
For anything field you want to skip on serialization declare the field transient.
Here is the tutorial:
Discover the secrets of the Java Serialization API
Valeriano
View Public Profile
Send a private message to Valeriano
Find all posts by Valeriano