Overview of TinkerPop IO serialization formats
masterApache TinkerPop supports several graph serialization formats for producing and consuming graphs. These formats allow for the exchange of graph data between different systems and implementations. The primary formats include:
- GraphML: An XML-based format for representing graphs.
- GraphSON: A JSON-based format for representing graphs.
- Gryo: A binary format designed for efficient serialization.
- GraphBinary: A high-performance binary format.
Detailed implementation notes, samples, and usage instructions for each specific format are available in their respective documentation sections.