Talk:Object serialization: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 13:
: If you still feel like doing this, note that even languages which are not themselves "object oriented" can implement something that could be called "objects" and "classes". For example, a C module can be treated as an object with relatively minimal effort (but serializing such a thing would require additional effort of some sort, and might also depend on platform-specific details).
 
:: Since Erlang has serialization built in, this could be a pretty example. If I have to add objects and classes (not built in) it would hide the interesting bits. The Algol example seems to use records, not objects. If my understanding is correct, than I could base Erlang on that. [[User:bengt]] Tue Oct 22 09:45:55 CEST 2013
Anonymous user