withOptions abstract method

  1. @override
RdfBinaryGraphEncoder withOptions(
  1. RdfBinaryEncoderOptions options
)
override

Creates a new encoder instance with the specified options.

Returns a new encoder configured with the given options. The original encoder instance remains unchanged.

Implementation

@override
RdfBinaryGraphEncoder withOptions(RdfBinaryEncoderOptions options);