Passing data from query to eventual handling of response in serializer

When executing a query on my store, I’d like to pass some extra data through to the normalizer that runs on the corresponding response from the server. This isn’t metadata that the server needs to know about or do anything with… I’m just trying to pass along some context to my serializer/normalizeQueryResponse method. Is this possible?