atlantis icon indicating copy to clipboard operation
atlantis copied to clipboard

Use NSCoding instead of Codable

Open NghiaTranUIT opened this issue 5 years ago • 0 comments

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

NghiaTranUIT avatar Oct 24 '20 03:10 NghiaTranUIT