scqubits.io_utils.fileio.serialize¶
- scqubits.io_utils.fileio.serialize(the_object)[source]¶
Turn the given Python object into an IOData object, needed for writing data to file.
- Return type:
- Parameters:
the_object (Serializable)
Turn the given Python object into an IOData object, needed for writing data to file.
the_object (Serializable)