Open skirwan opened 2 years ago
Current approach of deserializing iteratively in native Swift is wasting time. Can just define structs in a .h file, assume-bound-to, and swap endianess if needed.
Current approach of deserializing iteratively in native Swift is wasting time. Can just define structs in a .h file, assume-bound-to, and swap endianess if needed.