Marlon Etheredge
Marlon Etheredge
I am using the following as a workaround: ```java someEnumIn = SomeEnum.valueOf(someEnumIn.name()); ```
I could try that, but that would imply that the cross-language serialization and deserialization would not work. I am trying to use Fury specifically for this feature.
Sure, I will temporarily switch to Protocol Buffers, but I'll keep an eye on Fury. My system is implemented in Java, but would require cross-language serialization and deserialization from a...