urlyy opened a new issue, #323: URL: https://github.com/apache/fory-site/issues/323
### Current State # Description of the current issue: We need to remind developers : 1. After defining and register a custom serializer for a type, the `type_mapping` of that type corresponds to the `Ext` or `NamedExt` type in Fory. We need to remind users: 1. When using a type with a custom serializer, both peers must perform the same registration operation; otherwise, Fory will not know how to deserialize it. Moreover, the serializer logic must also be identical, otherwise deserialization errors may occur. # Link to the page, allows developers to better identify problems: Maybe: https://fory.apache.org/docs/docs/guide/xlang_object_graph_guide ### Desired State **Description of the change you are proposing**: ### Would you like to fix this issue? None -- 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]
