Object serialization practical uses?
Posted
by nash
on Stack Overflow
See other posts from Stack Overflow
or by nash
Published on 2010-06-03T03:07:03Z
Indexed on
2010/06/03
3:14 UTC
Read the original article
Hit count: 305
How many software projects have you worked on used object serialization? I personally never came across a scenario where object serialization was used. One use case i can think of is, a server software storing objects to disk to save memory. Are there other types of software where object serialization is essential or preferred over a database?
© Stack Overflow or respective owner