Paragon:iOS +网络层的映射

时间:2024-06-08 01:23:48
【文件属性】:

文件名称:Paragon:iOS +网络层的映射

文件大小:371KB

文件格式:ZIP

更新时间:2024-06-08 01:23:48

Objective-C

模范 安装 可通过获得Paragon。 要安装它,只需将以下行添加到您的Podfile中: pod "Paragon" 整合与使用 要运行示例项目,请克隆存储库,然后首先从Example目录运行pod install 。 映射 使用此pod可以将对象映射到json或从json映射。 所有映射方法可以在类中找到 这样创建模型映射的实例 + ( instancetype )mappingForClass:( Class )modelClass; 然后使用以下四种方法来定义映射: - ( void )addPropertyMappingsFromArray:( NSArray *)propertyMappings; - ( void )addPropertyMappingsFromDictionary:( NSDictionary *)propertyMappings; - ( void


网友评论