focus-creative-games / luban

luban是一个强大、易用、优雅、稳定的游戏配置解决方案。luban is a powerful, easy-to-use, elegant and stable game configuration solution.
https://code-philosophy.com/
MIT License
3.41k stars 543 forks source link

在类型为(map#sep=,),string,int情况下CollectionToString接口生成的字符串没有左大括号{ #88

Closed tzwyf closed 11 months ago

tzwyf commented 11 months ago

表现为自动生成的继承自Luban.BeanBase的类的ToString接口返回的字符串不符合json格式 具体接口:CollectionToString<TK, TV>(IDictionary<TK, TV> dic)

pirunxi commented 11 months ago

为了简洁起见,ToString返回的只是可阅读的字符串,并不是json字符串,如果需要返回json字符串请修改实现或者使用其他Json库来序列化。