Ben Asher
Ben Asher
Looks like it runs against master by default, but you can change this behavior by passing `--base`
Fixed + rebased!
This should be possible with web crypto APIs now
It looks like the `@Serializer(forClass` is still considered experimental, which was the core issue. Right now, I don't have to update uuid that often, seeing as all of the APIs...
👍 I'll take another look
I'm not sure I'm going to have any free time soon to investigate this. If someone would open a PR that adds support without adding experimental API, I'd be happy...
Yep it's done that way for maximum compatibility on JVM — avoid adding a new UUID type there. It looks like someone was able to make a serializer for java.util.UUID...
Hey folks. After a lot of thought after reading [this comment](https://github.com/Kotlin/kotlinx.serialization/pull/1184#discussion_r518765898), I've decided I do agree that providing default serialization is too opinionated for this library. While a string representation...
I also want to quickly thank @unredundant for putting in the effort to make a PR. As someone who has many PRs out to open source projects that are sitting...
It's a good point. Date libraries have a bigger gap to bridge though. UUIDs don't have 8 different string formats, each of which has specialized serialization logic. There's the one...