withOptions abstract method

  1. @override
RdfBinaryGraphCodec withOptions({
  1. RdfBinaryEncoderOptions? encoder,
  2. 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,
});