File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646| ④解码完成的回调 | 解析完成进一步处理数据 | ★★☆☆☆ | ☆☆☆☆☆ | 完全一样的调用方式,无需处理。 |
4747| ⑤自定义解析Key | 忽略key的解析 & 自定义Key的映射关系 | ★★★☆☆ | ★★★☆☆ | 需要更改调用方式。 |
4848| ⑥解析Any | 解析Any类型的数据。Any,[ String: Any] , [ Any] | ★☆☆☆☆ | ★☆☆☆☆ | 将Any替换为SmartAny |
49- | ⑦处理继承关系 | 解析存在的继承关系的Model | ★☆☆☆☆ | ★★★★★ | 建议使用协议实现。 |
49+ | ⑦处理继承关系 | 解析存在的继承关系的Model | ★☆☆☆☆ | ★☆☆☆☆ | 使用 @ SmartSubclass 修饰子Model。 |
5050| ⑧枚举的解析 | 解析枚举属性 | ★☆☆☆☆ | ★☆☆☆☆ | 多实现一个 defaultCase |
5151
5252
Original file line number Diff line number Diff line change 44<h1 align =" center " >SmartCodable - Ultimate Codable Enhancement for Swift</h1 >
55
66<p align =" center " >
7- <a href =" https://github.com/iAmMccc/SmartCodable/actions?query=workflow%3Abuild " >
8- <img src="https://img.shields.io/github/actions/workflow/status/iAmMccc/SmartCodable/build.yml?branch=main&label=build" alt="Build Status">
9- </a >
7+
108<a href =" https://github.com/iAmMccc/SmartCodable/wiki " >
119 <img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation">
1210</a >
2220<a href =" https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE " >
2321 <img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License">
2422</a >
23+
24+ <a href =" https://deepwiki.com/intsig171/SmartCodable " >
25+ <img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki">
26+ </a >
2527</p >
2628
2729
You can’t perform that action at this time.
0 commit comments