how to write own serializer/deserializer?
Posted
by joseph
on Stack Overflow
See other posts from Stack Overflow
or by joseph
Published on 2010-03-15T12:08:28Z
Indexed on
2010/03/15
12:09 UTC
Read the original article
Hit count: 256
Hello, I need to save objects - instances of classes - in my app like some filetype. How I can write own serializer/deserializer for it?
Or exist some easier way how to save objects to some filetype?
Using of io.serialization was commented as not so good solution for "real" app. Why?
© Stack Overflow or respective owner