Talk:Object serialization: Difference between revisions

no edit summary
(Question about non-object option.)
No edit summary
Line 10:
 
For non-object oriented languages, could we allow an object alternative? The serialization of something of equal complexity to an object, like a closure. I understand it is possible to create a new task, but I would like to avoid the linked list situation. [[User:bengt]] Mon Oct 21 21:37:29 CEST 2013
 
: 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).
6,962

edits