Talk:Serialization
From Wikipedia, the free encyclopedia
any chance some one in the know could add someting about serializable objects in .NET (direct competition of Java?).
i would be much obliged.
jaspio
What about solutions in Perl (e.g. FreezeThaw) and/or using YAML (YAML)?
isn't the term "marshaling" (with one 'l') instead of "marshalling"? the version with the double-l is only a noun, while the former has verb forms. therefore, all references to "marshall" should really be "marshal". for example, "marshaling" or "unmarshaled".
We could add something about cloning using serialization. I wrote a Java example here : http://www.krunch.be/vrac/cours/04-05-2cinf/poo/CloneWithSerialization.java