convert abstract method
Encodes an RDF data structure to a binary representation.
Transforms an in-memory RDF data structure into an encoded binary format that can be stored or transmitted.
The data parameter is the RDF data structure to encode.
Implementation
@override
Uint8List convert(G data);