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 byGraphBuilder
- serialize_
with_ labels_ and_ maps - Serializes a (small) graph using
serde
instead of the normal serialization