buzz
buzz copied to clipboard
Any object type
When you want to enforce that you want an object without specifying what type of object exactly:
fun serialize(obj object) > void { ... }