<@U0BFDUP0E> Using your serialization retrofit con...
# squarelibraries
p
@jw Using your serialization retrofit converter: How would I pass the actual type? For example I have a call that returns a list of something:
fun delete(@Body toDelete: Collection<UUID>): Completable
This now crashes as runtime with
kotlinx.serialization.SerializationException: Can't locate argument-less serializer for class java.util.UUID. For generic classes, such as lists, please provide serializer explicitly.