Your options are save and load, or dump and source. I would suggest the save/load route for larger data sets, as my recollection is that it uses a binary format and has smaller file footprint.
Either way, you're saving the data to a file, transferring that file to the other machine by whatever route you like, and then reading the file on the second machine.