[GH-ISSUE #7] Use NSCoding instead of Codable #4

Open
opened 2026-03-03 19:10:52 +03:00 by kerem · 0 comments
Owner

Originally created by @NghiaTranUIT on GitHub (Oct 24, 2020).
Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/7

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

Originally created by @NghiaTranUIT on GitHub (Oct 24, 2020). Original GitHub issue: https://github.com/ProxymanApp/atlantis/issues/7 ### 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
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#4
No description provided.