Kotlin / kotlin-in-action-2e-jkid

Sample project accompanying the second edition of "Kotlin in Action". JSON serialization/deserialization library for Kotlin data classes
MIT License
7 stars 6 forks source link

Move to pure Kotlin reflection #1

Closed SebastianAigner closed 1 year ago

SebastianAigner commented 1 year ago

Move from Java Type to Kotlin KType, use typeOf instead of relying on javaPrimitiveType. Proper handling of generic types via starProjectedType and new subtype / parametrized type helper functions.