chaokunyang commented on code in PR #3254:
URL: https://github.com/apache/fory/pull/3254#discussion_r2764005876
##########
java/fory-core/src/main/resources/META-INF/native-image/org.apache.fory/fory-core/serialization-config.json:
##########
@@ -16,5 +16,6 @@
{ "name": "java.lang.NullPointerException" },
{ "name": "java.lang.IndexOutOfBoundsException" },
{ "name": "java.lang.ArrayIndexOutOfBoundsException" },
- { "name": "java.io.IOException" }
+ { "name": "java.io.IOException" },
+ { "name": "org.apache.fory.type.Float16" }
Review Comment:
this is also unnecessary. Float16Serializer should be registerd in fory as
an internal serializer
--
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]