cashapp/zipline

Use `NothingSerializer()` in `calls.kt` once stable

JakeWharton opened this issue · 0 comments

We currently use Int.serializer() as a placeholder with a comment, but a crashing NothingSerializer communicates the intent and ensures we get good type system mechanics and runtime behavior.

Added in kotlinx.serialization 1.5.0 as experimental, check again in 1.6.0.