registerGraphCodec method
Register a new codec with the registry
This will make the codec available for decoding and encoding when requested by any of its supported MIME types. The codec will also be considered during auto-detection of unknown content.
The codec parameter is the codec implementation to register.
Implementation
void registerGraphCodec(RdfGraphCodec codec) {
_registry.registerCodec(codec);
}