zhaommmmomo commented on PR #1701: URL: https://github.com/apache/fury/pull/1701#issuecomment-2211700634
> 你好@chaokunyang,最新代码已调整 > > 1. 添加 Serializer#needToCopyRef 来指示序列化器是否需要跟踪 ref > 2. 对于不可变对象,不需要跟踪引用,只需返回。例如`string`,,...`time``primitive type` > 3. 对于可变对象,使用 Serializer#needToCopyRef 判断是否需要 track ref,使用 IndentifyMap 记录源实例与新实例的映射 @chaokunyang hi, if there is anything I need to provide or modify, please let me know. -- 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]
