moooonk opened a new issue, #3194: URL: https://github.com/apache/fory/issues/3194
### Question Serializing a ProtobufXXXXClass.Builder object may throw an exception: Exception in thread "fory-jit-compiler-56" java.lang.RuntimeException: java.lang.NoSuchMethodException: no such method: com.google.protobuf.MapEntry.parseFrom(CodedInputStream)MapEntry/invokeStatic Analysis: Because the Builder class does not match any branch in ProtobufDispatcher, its internal fields are subsequently traversed. MapEntry indeed does not contain a parseFrom method. Question: Should Fory support serializing the Builder class, or is it sufficient to only support the finalized object returned by Builder.build()? @chaokunyang -- 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]
