Possible to know adapter query url inside serializer?

I have a serializer which needs to know about certain query parameters from the adapters urlForQueryRecord string. But I’m unsure of how to go about making this information accessible to the serializer responsible for its request.

Originally I was accessing this information via the store thats passed into normalizeResponse() but that poses certain problems of its own. I thought about using extractMeta/Attributes, etc. Bot those methods seem to focus on pulling data from the payload.

Thoughts?