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.