ProxymanApp / atlantis

Capture HTTP/HTTPS, and Websocket from iOS app without proxy.
https://proxyman.io
Apache License 2.0
1.26k stars 93 forks source link

Use NSCoding instead of Codable #7

Open NghiaTranUIT opened 3 years ago

NghiaTranUIT commented 3 years ago

Description

At the moment, we serialize the message to JSON string by using Codable. It might be not high performance and take more space.

We should consider using NSCoding to convert to Data. If the message length is lesser, we should migrate to NSCoding