swagger-api/swagger-codegen

[Swift] Enhancement - Model Classes should implement NSCoding

開放

#3,596 建立於 2016年8月16日

 (3 則留言) (0 個反應) (0 位負責人)HTML (5,474 個分叉)batch import
Client: SwiftEnhancement: Featurehelp wanted

倉庫指標

星標
 (12,701 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Description

Currently, the generated Model classes know how to serialize/deserialize to/from JSON. Often, we need to use the same model classes to hydrate/rehydrate to/from pList files. It will be good to have the model classes reused for this purpose.

This will be built on the same lines as the serializable option in the Java codegen

Swagger-codegen version

2.2.1-SNAPSHOT

貢獻者指南