Serialization

From Oracle FAQ
Jump to: navigation, search

Serialization can refer to:

  • In the Java world, serialization is the storing of an object's current state on any permanent storage media for later reuse. This is done using when you use the seriazlizable interface or when using the ObjectOutputStream and ObjectInputStream classes.
Glossary of Terms
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #