swagger-api/swagger-codegen

[Swift] Enhancement - Model Classes should implement NSCoding

オープン

#3,596 opened on 2016/08/16

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)HTML (5,474 件のフォーク)batch import
Client: SwiftEnhancement: Featurehelp wanted

Repository metrics

Stars
 (12,701 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド