---
title: "What is serialization?"  
description: "What is serialization?"  
author: "Anonymous User"  
published: 2015-04-29  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2461/what-is-serialization  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is serialization?

Serialization is a process of writing the state of an object into a byte stream.It is mainly used to travel object's state on the network.

## Answers

### Answer by Anonymous User

Serialization is a process of writing the state of an object into a byte stream.It is mainly used to travel object's state on the network.


---

Original Source: https://www.mindstick.com/interview/2461/what-is-serialization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
