cedric
class Shape class Rectangle: Shape class Circle: Shape @TypeFor(field = "shape", adapter = ShapeTypeAdapter::class) val type: Integer val shape: Shape