In Objective-C, making iOS apps, what is the best way to go regarding serialization? Protobuf or JSON?
Protobuf is more time- and space-efficient, JSON is probably more nerve-efficient. As long as there is no reason for the former two (e.g. because the amount of data to be serialized is small and serialization is not time-critical), I would stick to JSON.
This also makes debugging more fun :-)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With