withOptions abstract method
RdfBinaryGraphCodec
withOptions({
- RdfBinaryEncoderOptions? encoder,
- RdfBinaryDecoderOptions? decoder,
override
Creates a new codec instance with the specified options.
Returns a new instance of the codec configured with the provided encoder and decoder options. The original codec instance remains unchanged.
Implementation
@override
RdfBinaryGraphCodec withOptions({
RdfBinaryEncoderOptions? encoder,
RdfBinaryDecoderOptions? decoder,
});