You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Handle kotlin / JVM erasure of types
It has been observed that the Kotlin can behave
differently during reflection and return Type<Object>
where normally it would report the correct type.
Checking for erasure allows the bson-kotlin library to handle
these cases and return the expected type.
JAVA-5292
0 commit comments