getAllCodecs method

List<RdfBinaryCodec<G>> getAllCodecs()

Returns all registered codecs.

Implementation

List<RdfBinaryCodec<G>> getAllCodecs() => List.unmodifiable(_codecs);