chaokunyang commented on issue #2941:
URL: https://github.com/apache/fory/issues/2941#issuecomment-3652844917

   We can change like this: If one object is not serializable, when invoke 
`getSerializerClass`, we can return a copy-only Serializer instead: 
`CopyOnlySerializer`, and it just return original object directly. When 
write/read/xwrite/xread method of this class is invoked, we just raise 
`UnsupportedOperationException` here.
   
   


-- 
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]

Reply via email to