dave08
02/07/2018, 6:19 PMval serverResponse = paymentResponse.toJson() is what it's supposed to be...
I ran a unit test.. and it worked!! So, sealed classes are also good in Klaxon... thanks alot for this library! Originally I switched to it for default values and the `null`s that end up in `val`s in the Gson implementation... but I see it really covers alot of my needs for api contract classes...!