dukeboard / kevoree-modeling-framework

Kevoree Modeling Framework
http://kevoree.org/kmf
GNU Lesser General Public License v3.0
37 stars 7 forks source link

JSON serializer: Compilation error on the code related to the serialization of root element #9

Closed brice-morin closed 11 years ago

brice-morin commented 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.

brice-morin commented 11 years ago

fixed by commit https://github.com/dukeboard/kevoree-modeling-framework/commit/486452c5be62d5d500a78b34027ccdaea32c30a0