---
title: "What is the common usage of serialization?"  
description: "What is the common usage of serialization?"  
author: "Sumit Kesarwani"  
published: 2014-08-25  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/2008/what-is-the-common-usage-of-serialization  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is the common usage of serialization?

Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the state of an object is to be saved, objects need to be serilazed.

## Answers

### Answer by Sumit Kesarwani

Whenever an object is to be sent over the network, objects need to be serialized. Moreover if the state of an object is to be saved, objects need to be serilazed.


---

Original Source: https://www.mindstick.com/interview/2008/what-is-the-common-usage-of-serialization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
