JAVA - JSON Serializing and De-serializing of polymorphic objects
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.