Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(clearly-defined): Get enum serial names more efficiently
Based on the hint at [1] and the code at [2], leverage the serializer's descriptor to get the serial name of the element, without doing any "dummy serialization". [1]: Kotlin/kotlinx.serialization#1482 (comment) [2]: https://github.com/andregasser/bigbone/pull/332/files#diff-8d64fdf06ceb51ff99e649f64c911cf787b07aff678d5d7efd7bf13322db4983R90 Signed-off-by: Sebastian Schuberth <[email protected]>
- Loading branch information