Does Kilua RPC support returning objects?
They are not mentioned, but inline with the Kotlin Serialization guide,
Unit
is just a singleton object, and it is handled like any other Kotlin object.
But Kilua rules out Unit as a return type, which has me wondering about objects in general