tag:blogger.com,1999:blog-3237724005744642470.post490960176379928960..comments2014-09-05T21:54:37.641+01:00Comments on Captain Debug's Blog: Different Ways to Create ObjectsRoger Hugheshttp://www.blogger.com/profile/07042290171112551665[email protected]Blogger1125tag:blogger.com,1999:blog-3237724005744642470.post-43489452837623479532012-02-24T21:32:55.875Z2012-02-24T21:32:55.875ZCaptain, first time reading you blog and gotta say...Captain, first time reading you blog and gotta say that I&#39;m enjoying it a lot. (I&#39;ve just added it to my read list)<br /><br />I guess is never too late to comment. But here are two cents on the &quot;de-serializing&quot; way of create an object.<br /><br />I think is worth to mention all the cons that pure java object serialization brings to the table. (e.g. incompatible if the class changed due a new field, or if different version of jvm was used, etc...)<br /><br />But it&#39;s also good to mention new and better ways to serialize, perhaps the most used nowadays JSON via jackson it provides you with a huge amount of customization and solves the after-mentioned issues <br /><br />CheersAnonymous[email protected]