tommyettinger commented on issue #2345: URL: https://github.com/apache/fory/issues/2345#issuecomment-2982216516
My Serializer (not AbstractMapSerializer) code that worked with 0.10.3 would produce 44-byte serialized data, and with just `fory.register(CoordObjectOrderedMap.class);` the size is up to 104 bytes because my Serializer knew how to avoid writing some data twice or more. I can switch to AbstractMapSerializer but I can't find any implementation of it so far, and there are missing docs, missing `@return` tags, and so on in that whole file. It shouldn't be required to extend it unless there is some kind of resource on what extending it entails, like basic complete JavaDocs for the three abstract methods. -- 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]
