The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: JDK(TM) 1.1 -- And Beyond!
Lesson: A Preview of Things to Come

Serialization Enhancements

Serialization now includes an API that allows the persistent data of an object to be specified independently of the fields of the class and allows those persistent data fields to be written to and read from the stream using the existing protocol to insure compatiblity with the default writing and reading mechanisms.

Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form