MaskingContext
interface MaskingContext
The call-scoped context a serialization backend supplies to a MaskingEngine for one write.
It replaces the engine's reliance on any serialization library's own per-call state — on Jackson, for instance, this is backed by SerializerProvider attributes. Scoping to a single write call rather than a thread-bound holder makes cross-request contamination structurally impossible.