Closed brice-morin closed 11 years ago
It seems the generated Kotlin code to serialize models in JSON does not compile. Too many argument are passed to the _ToJson of the root element. The parameter _refNameInParent* should be removed when calling it.
fixed by commit https://github.com/dukeboard/kevoree-modeling-framework/commit/486452c5be62d5d500a78b34027ccdaea32c30a0
It seems the generated Kotlin code to serialize models in JSON does not compile. Too many argument are passed to the _ToJson of the root element. The parameter _refNameInParent* should be removed when calling it.