Weebly / Cereal

Swift object serialization
BSD 3-Clause "New" or "Revised" License
369 stars 13 forks source link

Built-in NSData support + thread safety for decoder #23

Closed Sega-Zero closed 7 years ago

Sega-Zero commented 8 years ago

Added support for NSData built-in serialization. Think this is very helpful, when you cannot express your data in one of other standard types.

Plus, same as in #20, missed the fact that a decoder contained a thread unsafe code

Sega-Zero commented 7 years ago

@ketzusaka Any ETA on this? :) Planning to add a few more PRs in january (one of them is Swift 3 support, if you don't mind)

ketzusaka commented 7 years ago

@Sega-Zero Hey, I'll review soon. Sorry about not responding sooner; I've been very bad with email lately.

Sega-Zero commented 7 years ago

Added few more fixes in this PR if you don't mind