ayush00git commented on issue #3015: URL: https://github.com/apache/fory/issues/3015#issuecomment-3796050056
Hey @chaokunyang I can see that the array type serialization for GO (http://github.com/apache/fory/blob/main/go/fory/array.go) is already implemented, are you asking about the unsigned integer types to be added as well ? Like - `uint32` arrays to `INT32_ARRAY` and `uint64` arrays to `INT64_ARRAY` to maintain cross-language compatibility with C++ (simplifying the wire format to bit-width types). -- 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]
