Is it possible to make an object of mine unaffected by the post process?
Not completely. You can mask it from your own PP material. But it’s hard(or even impossible) to mask it from generic PP effects.
To make a mask you need to enable custom depth on the object, and then in PP you use it as a mask. You may compare it to Scene Depth to mask invisible parts if needed.