tommyettinger commented on issue #1405: URL: https://github.com/apache/incubator-fury/issues/1405#issuecomment-2002939399
Oh, that's much simpler than I thought! Thanks! It makes sense that arrays, being reference types, could be serialized like other reference types; I just didn't know there was a serializer already registered. Would it make sense for there to be a listing somewhere of which types have serializers already registered? Even a link to source code where existing types are all shown would be plenty. I know `String` doesn't need to be registered, for example, but I don't know if `String[]` needs to be registered. -- 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]
