+ 2
What is a serializarion ?
what do you mean by serialization in java ?
3 Answers
+ 3
Serialisation is the process of persisting the language objects into a form which can be stored and re stored. For example, we might want to store the object directly to a disk or transfer it over a network and re structure it back when needed, serialisation is your tool.
+ 3
ok thanks