JAVA - JSON Serializing and De-serializing of polymorphic objects
Posted by David Beer on Thursday, Jan 23rd, 2014
I was recently faced with a slightly different problem, of how to serialize and deserialize polymorphic objects using JSON, and as I've now successfully fixed the problem I wanted to share with you how I did it.