Module serde

Source
Expand description

Serialization and deserialization of (small) graphs using serde

Functionsยง

deserialize_with_labels_and_maps
Deserializes a (small) graph using serde instead of the normal deserialization, and returns a fully in-memory graph, as if built by GraphBuilder
serialize_with_labels_and_maps
Serializes a (small) graph using serde instead of the normal serialization