encode()
Encodes the graph into a binary representation.
Declaration
final func encode() throws -> DataDiscussion
The resulting data can be stored to disk or passed across a process boundary, and later restored with init(from:).
Encodes the graph into a binary representation.
final func encode() throws -> DataThe resulting data can be stored to disk or passed across a process boundary, and later restored with init(from:).