Posted February 10Feb 10 Alex shows in his small framework a different approach for serialization of data structures. Serialization by contract By Alex Marmer From the article: In any project, when a function is created for serialization, another function is created for unserialization. Serialization by contrast uses another approach - a contract with name and data structures is declared, and then serialization and unserialization of the data are automatic. View the full article
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.