|
Serialization in Java means that you flatten an arbitrary memory structure into a byte sequence (which can then be further manipulated like stored in a file or in a database table) after which the memory structure is often removed. It can then be reconstructed by deserializing the byte stream, resulting in a new memory structure equal to the old one (if all goes well).From: Bradley V. Stone
But again I'd guess in most cases that ID is stored in DB file(s) and
looked up on each request, not in memory.
I bet a lot of RPG-CGI programs use DB files to store session data, but I get the impression that Java objects are "serialized" to stream files, and typically larger - a developer may dump an SQL result set to a "collection" and store it in a "session", for example. Maybe it depends on the application.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.