Is there any way I can specify a want a Serializer...
# serialization
m
Is there any way I can specify a want a Serializer to be generated for a 3rd party dep? For example for https://github.com/michaelbull/kotlin-result
r
I was attempting something similar with that repo a while back. It might be useful for this to be a discussion/issue on the actual repo for posterity. (I'll try to dig up what I came up with.)
m
@Richard Gomez yes, but I just realised that lib throws a different error in unwrap, which might be a problem for me 😢
a
Unrelated to the discussion, but related to
Result
. An interesting multi-catch and union type discussion

https://youtu.be/MBKxQcAxLhk?t=880