Results 1 to 1 of 1
-
What is Serialization and de-serialization in Java
Serialization is the process of converting a set of object into a linear stream of bytes, which can then be sent through a socket or stored in a file, or simply manipulated as a stream of data. Serialization is the mechanism used by RMI to pass objects between JVMs, either as arguments in a method invocation from a client to a server or as return values from a method invocation .De-Serialization is process to revert back this stream into java objects.
Similar Threads
-
Java serialization
By paul in forum Advanced JavaReplies: 3Last Post: 04-10-2009, 08:58 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks