Serialization यह control करता है कि objects को responses में भेजे जाने वाले JSON में कैसे transform किया जाता है — महत्वपूर्ण रूप से, sensitive fields को exclude करना (जैसे passwords) और output को shape करना। NestJS इसे ClassSerializerInterceptor और class-transformer decorators के साथ handle करता है।
