YYModel icon indicating copy to clipboard operation
YYModel copied to clipboard

支持多维数组转化

Open ZoMinster opened this issue 8 years ago • 3 comments

数组字典多维混合结构待支持,准备增加新的配置类方法加以实现

ZoMinster avatar Jan 22 '18 07:01 ZoMinster

Codecov Report

Merging #265 into master will decrease coverage by 5.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #265      +/-   ##
==========================================
- Coverage   99.28%   93.98%   -5.31%     
==========================================
  Files           2        2              
  Lines        1540     1546       +6     
  Branches        0      424     +424     
==========================================
- Hits         1529     1453      -76     
+ Misses         11        7       -4     
- Partials        0       86      +86
Impacted Files Coverage Δ
YYModel/NSObject+YYModel.m 93.39% <100%> (-5.83%) :arrow_down:
YYModel/YYClassInfo.m 96.92% <0%> (-2.7%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1230e60...e2620d2. Read the comment docs.

codecov-io avatar Jan 22 '18 07:01 codecov-io

现在自定义多维数组中元素类型需要实现modelCustomTransformFromDictionary方法自己实现转化,这种情况现在挺多的,我这个支持了多维数组自定义数组元素类型,希望大神看看是否可行

ZoMinster avatar Mar 28 '18 04:03 ZoMinster

怎么使用啊 没看懂啊 [[{}]] 这种结构该怎么解析啊

shicymenta avatar Nov 17 '23 07:11 shicymenta