ayush00git commented on issue #3015: URL: https://github.com/apache/fory/issues/3015#issuecomment-3796918209
> Hey [@chaokunyang](https://github.com/chaokunyang) I can see that the array type serialization for GO ([http://github.com/apache/fory/blob/main/go/fory/array.go](https://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). Hey @chaokunyang Could you pls guide me through these, actually i've started my work and i'm just a bit confused in this ? Do I only have to add array serailizers for the uint 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]
