davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
507 stars 147 forks source link

Support for Phoenix V2 JSON serializer? #165

Closed fredxinfan closed 4 years ago

fredxinfan commented 4 years ago

It seems the client is still using V1 JSON serializer by default. Any plan to support V2 JSON serializer?

dsrees commented 4 years ago

You can use your own serializer to to support v2. See #163