LiangliangSui

Results 33 comments of LiangliangSui

Hi @heliang666s , Fury needs to be compatible with jdk 1.8, if we use Pattern Matching for switch, this will break this compatibility.

English documents are universal. I think it is not necessary to add Chinese documents. If Chinese documents are added, we need to maintain two documents for the same content, which...

Ok, we keep this PR until the xlang serialization protocol is merged.

msvc's support for C++ is different from gcc in many details (it will produce many strange compilation errors, you can try it locally). If you think that adapting msvc will...

I look forward to your ideas and hope to learn from you :muscle:

> One concern is that BaseFury already supports register classes/serializers, do we still need to add this API to FuryBuilder? We can extract all `register(...)` methods in `BaseFury` into an...

I agree with you, `Fury` and `ClassRegister` have a `has-a` relationship. If we don't implement some interfaces in `FuryBuilder`, then we can only repeatedly define the registerXXX function, or do...

It is also possible to use `BaseFury` to register classes and Serializers, but these steps need to be done after Fury build. It is best to register during the FuryBuilder...

I totally agree with this, it can mask the differences in script syntax (e.g. windows script syntax is very unfriendly), and it is easier to write and code readable.