chaokunyang commented on code in PR #1877: URL: https://github.com/apache/fury/pull/1877#discussion_r1797984358
########## kotlin/README.md: ########## @@ -0,0 +1,7 @@ +# Apache Fury™ Kotlin + +Provides Fury support for Kotlin Serialization on JVM: + +- stdlib `collection`: `ArrayDeque`, `ArrayList`, `HashMap`,`HashSet`, `LinkedHashSet`, `LinkedHashMap`. Review Comment: unsigned types are a java object type instead of primitive type in java. We may need to add supports for those types in future, otherwise the serialization for unsigned types will be slow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
