If I want to serialise data and write to an EEPROM 1. What’s considered the most efficient format (I.e serde_bencode) with great crate support (especially in embedded) 2. Which typically is the fastest, DMA, SPI, I2C in that order or…? Thanks!!