Skip to main content

Module serialize

Module serialize 

Source
Expand description

Serialize and deserialize galaxy data to/from rkyv archives.

Functionsยง

deserialize
Deserialize cache data from bytes.
extract_cache_data
Extract cache data from a GalaxyModel.
read_cache
Read and deserialize cache data from a file.
rebuild_model
Rebuild a GalaxyModel from cache data.
serialize
Serialize cache data to bytes.
write_cache
Write cache data to a file.