-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to configure Language. #39
Comments
No, there is no such configuration currently. Just curious, what are your requirement to use |
I'm going to use fury to replace json in our web project. If I understand correctly, according to the documentation, the cross-language should use the xlang serialization format |
@chaokunyang can you check it? I think we can add such Language Configuration but you maybe know more details. |
The xlang serialization in Fury Java doesn't support graalvm yet. Currently only Fury Java serialization protocol support graalvm. We are working on xlang format for graalvm, But it may still needs several weeks |
So it should be good to introduce such Language Configuraion which we can support both |
Yeah, We should introduce this configuration option |
The default language is Language.Java
How to set Language to Language.XLANG
I didn't find any configuration in FuryBuildTimeConfig either!
The text was updated successfully, but these errors were encountered: