getAllCodecs method

List<RdfBinaryGraphCodec> getAllCodecs()

Returns all registered binary graph codecs.

Implementation

List<RdfBinaryGraphCodec> getAllCodecs() =>
    _registry.getAllCodecs().cast<RdfBinaryGraphCodec>();