Hello Richard,
Firstlly you may wish to consider whether the SPI interface can be shared between the transceiver and another (serial memory) device. In principle this is quite feasible, but it really depends on timing constrains imposed by the transceiver for the transfer of its received data. SPI will provide the fastest serial data transfer.
Another possibility is to use a IIC serial memory device, however data transfer will be significantly slower.
For the serial memory, you might consider Ramtron FRAM devices, available with either SPI or IIC interface. The FRAM memory provides non-volatile storage like EEPROM, but allows fast writing of data, and does not have the write endurance limitations of EEPROM or flash.
There is also a serial RAM device from NanoAmp Solutions, but I am uncertain of availability, and the data I have is for a SPI version only.
Regards,
Mac