08 2017 档案

摘要:// // HttpHelper.swift // NavigateDemo // // Created by yixin ran on 07/08/2017. // Copyright © 2017 yixin ran. All rights reserved. // import UIKit public class HttpHelper{ //单例 public ... 阅读全文
posted @ 2017-08-07 13:04 Yixin-Ran 阅读(3393) 评论(0) 推荐(0) 编辑
摘要:swift4 带来了原生的json解析,它们分别是 JSONDecoder和JSONEncoder,使用起来还算方便,不过为了更方便,我把它们又进行了简单的封装: 我把它们封装成了泛型方法,这样用起来就相当方便了,提示下,要实现json序列化和反序列化,你必须在你的实体类继承Codable,如下: 阅读全文
posted @ 2017-08-04 11:57 Yixin-Ran 阅读(569) 评论(0) 推荐(0) 编辑