In this case: ```kotlin @Rpc class MyService { fun foo() : SomeClass } data class SomeClass(x: Int) ``` It would be a better user experience if this failed to compile instead of introducing a runtime error, given that SomeClass is not @Serializable.