**Do you have an idea to improve the project? Please describe.** Clarify under which conditions a class without fields is (de-)serializable ```kotlin sealed class Parent class Child : Parent() ``` I was surprised that `Child` is serializable here.