wywen commented on code in PR #1877: URL: https://github.com/apache/fury/pull/1877#discussion_r1797709343
########## 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: OK! I've split the tested with and implementation section that hopefully clears up the issue! I plan to add tests for the kotlin primitives. I think out of the box most of them are the same as Java, except for the unsigned types. Then in no particular order I plan to test Array, String, Enum, data class(kotlin equivalent to record) and out of the box stdlib types such as `Pair`, `Triple`. -- 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]
