Object Oriented Software Engineering View all facts Glossary Help |
subject > process > serialization |
serialization comparison table |
Subject | use | is a kind of | is a subtopic of | has definition |
---|---|---|---|---|
process | subject | Anything that operates for a period of time, normally consuming resources during that time and using them to create a useful result | ||
serialization | to save objects into a binary file | process | 3.5 - Technology Needed to Build Client-Server Systems | A process in Java by which every object is converted by an ObjectOutputStream into a binary form for transmission, and then reconstructed when it is received by an ObjectInputStream |
Next process: software change Up: process Previous process: scheduling