Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added (de)serializers for Kotlin unsigned number types #419

Merged
merged 8 commits into from
Feb 28, 2021

Conversation

efenderbosch
Copy link

fixes #182

Copy link
Member

@dinomite dinomite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm going to put this onto 2.12

Comment on lines +89 to 97
return when {
type.isInterface && type.rawClass == Sequence::class.java -> SequenceDeserializer
type.rawClass == Regex::class.java -> RegexDeserializer
type.rawClass == UByte::class.java -> UByteDeserializer
type.rawClass == UShort::class.java -> UShortDeserializer
type.rawClass == UInt::class.java -> UIntDeserializer
type.rawClass == ULong::class.java -> ULongDeserializer
else -> null
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when is one of my favorite Kotlin features, I'm happy every time I see it.

@dinomite dinomite changed the base branch from 2.13 to 2.12 February 28, 2021 20:01
@dinomite dinomite merged commit 5c87444 into FasterXML:2.12 Feb 28, 2021
@efenderbosch
Copy link
Author

Do I already have a valid contributor agreement?

@dinomite
Copy link
Member

dinomite commented Mar 1, 2021

@efenderbosch I thought so…
@cowtowncoder do you have a CLA for @efenderbosch ?

@cowtowncoder
Copy link
Member

cowtowncoder commented Mar 1, 2021

@dinomite @efenderbosch I don't think so, with a quick look I didn't see one (via relevant gmail account or cla repo). I may have assumed there was one based on two other CLAs that I received (sometimes get names mixed up in my mind, not for CLAs themselves).

@efenderbosch
Copy link
Author

sent CLA via email

@cowtowncoder
Copy link
Member

CLA received & filed so we are good now. Thank you @efenderbosch for following up on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants