mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-14 23:59:06 +00:00
* feat: allow creation of kotlin data classes that implement java.io.Serializable, by adding the config option serializableModel=(true|false) * docs: add markdown docu for new configOption serializableModel * fix: do not use parcelize in script * update kotlin samples * add the option, update the doc