---
title: "What is a formatter?"  
description: "What is a formatter?"  
author: "Sumit Kesarwani"  
published: 2013-12-18  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1840/what-is-a-formatter  
category: "c#"  
tags: ["c#"]  
reading_time: 1 minute  

---

# What is a formatter?

A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing and decoding messages into data on the other end.

## Answers

### Answer by Sumit Kesarwani

A formatter is an object that is responsible for encoding and serializing data into messages on one end, and deserializing and decoding messages into data on the other end.


---

Original Source: https://www.mindstick.com/interview/1840/what-is-a-formatter

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
