thmd commented on issue #2941: URL: https://github.com/apache/fory/issues/2941#issuecomment-3650320248
> I have no plans to introduce another type dispatch mechnisim for copy, it will use same Serializer dispatch system > > We could defer the exception to runtime. Instead of raise exception when get serializer, we could return a Serializer for any types. But for types which don't support serialization, we throw exception real serialization happens. I don't understand about Fory enough to tell what is meant by dispatch here. My big question if they are using similar/same code why is serialize succeed when copy fails? Does that have anything to do with transient fields? Does copy copies transient fields? I think I can more meaningfully comment based on my use cases if I understand the difference between copy and serializae and why one succeed and one don't. -- 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]
