can anybody tell something about serialisation with examples..
serialisationserialisation techniques
Page 1 of 1
1 Replies - 2058 Views - Last Post: 15 September 2005 - 05:10 AM
Replies To: serialisation
#2
Re: serialisation
Posted 15 September 2005 - 05:10 AM
Serialization, as it applies to java, refers to the mechanism used to store persistent data objects. Normally, an object created in java lasts only as long as the virtual machine (the java environment) is running...serialization allows for those objects to be stored external to that, albeit in a slightly flattened state.
This, this, and this should provide you with all you need to begin with serialization.
This, this, and this should provide you with all you need to begin with serialization.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote



|