Class TupleExprJsonCodec

java.lang.Object
org.eclipse.rdf4j.benchmark.common.plan.TupleExprJsonCodec

@Experimental public final class TupleExprJsonCodec extends Object
Encodes a TupleExpr into JSON and decodes it back.

The JSON payload is explicit and versioned; it stores a Base64-encoded Java-serialized TupleExpr for robust round-trip reconstruction and additional text/fingerprint fields for quick inspection and indexing.