proost commented on issue #98: URL: https://github.com/apache/datasketches-go/issues/98#issuecomment-3742051432
@Fengzdadi If serde is needed for serialization, then i recommend encoder / decoder pattern like [encoding/base64](https://pkg.go.dev/encoding/[email protected]), [encoding/binary](https://pkg.go.dev/encoding/[email protected]), [encoding/json](https://pkg.go.dev/encoding/[email protected]), etc. you can define stream i/o and bytes both using this pattern. -- 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]
