The storage
namespace contains the native
namespace, which implements functions for loading and saving SpikeMessage
messages. The namespace provides the following functions:
load_messages_from_json
: loads messages from a JSON file.load_messages_from_h5
: loads messages from an HDF5 file.save_messages_to_json
: saves messages to a JSON file.save_messages_to_h5
: saves messages to an HDF5 file.