AprilWind123 opened a new issue, #2432: URL: https://github.com/apache/fory/issues/2432
### Feature Request 我们系统使用 Fory 将数据序列化后存入 Redis,但在另一个系统中没有对应的类结构,希望可以像 JSON 一样,在 Redis 可视化工具中查看 Fory 序列化后的数据内容(例如解析为键值对结构),便于调试、排查和数据分析。 ### Is your feature request related to a problem? Please describe 目前因为只能绑定类结构才能解析,导致在可视化平台中难以查看。希望能支持类似 Map<String, Object> 的通用解码方式,或提供一个工具类 / 工具界面用于结构推断解析。 这种无结构解析能力会对调试、跨系统数据共享非常有帮助,也提升了使用 Fory 的易用性和可观测性。 ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
