YYModel icon indicating copy to clipboard operation
YYModel copied to clipboard

如果model中加了代理对象,在model转json会出现死循环

Open yvanda opened this issue 7 years ago • 0 comments

在工程中用到YYmodel的时候,因为在Model里面加了业务层逻辑,给model添加了id<XXX>delegate属性,再反解析(modelToJsonObject)的时候,会在 static id ModelToJSONObjectRecursive(NSObject *model) 方法里死循环。 因为model指定了delegate,delegate又持有model。

yvanda avatar Jul 18 '18 03:07 yvanda