This is a discussion on Serialization and deserialization within the Java Programming forums, part of the Software Development category; What is Serialization and deserialization?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| What is Serialization and deserialization? |
|
#2
| |||
| |||
| Serialization is the process of converting a set of object instances that contain references to each other into a linear stream of bytes, which can then be sent through a socket, stored to 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. Deserialization is the process of retrieving stored data that an application previously persisted. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| XML Serialization Using C#... | shaalini | C# Programming | 5 | 03-18-2008 08:32 PM |
| XML Class Generator for C# using XSD for deserialization | santhakumar | C# Programming | 2 | 11-20-2007 07:48 AM |
| Serialization and Deserialization | vigneshgets | VB.NET Programming | 2 | 08-20-2007 11:41 PM |
| Serialization | leoraja8 | Java Programming | 1 | 05-10-2007 07:46 AM |
| XML Serialization and Deserialization Using PEAR | Anandavinayagam | PHP Programming | 0 | 03-28-2007 11:51 PM |
Our Partners |