RdfCodecRegistry constructor
Creates a new codec registry
The registry starts empty, with no codecs registered. Codec implementations must be registered using the registerCodec method.
Implementation
RdfCodecRegistry();
Creates a new codec registry
The registry starts empty, with no codecs registered. Codec implementations must be registered using the registerCodec method.
RdfCodecRegistry();