fury
fury copied to clipboard
[Docs]: Enhance the documentation on the usage of Ext/NamedExt types
Description of the current issue:
We need to remind developers :
- After defining and register a custom serializer for a type, the
type_mappingof that type corresponds to theExtorNamedExttype in Fory.
We need to remind users:
- 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
Would you like to fix this issue?
None