Skip to content

[Question] support Lambda parameter in remote method invoke #14341

Answered by AlbumenJ
pgm-rookie asked this question in Question
Discussion options

You must be logged in to vote

Lambda argument is a functional argument. Java runtime will create a new class for it, which it somehow like a annoymous inner class. Also, both hessian and jdk cannot serialize a class into a byte array, which needs decompile and compile a class.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by AlbumenJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/need-triage Need maintainers to triage component/need-triage Need maintainers to triage
2 participants
Converted from issue

This discussion was converted from issue #14339 on June 19, 2024 01:49.