---
title: "What is Deserialization?"  
description: "What is Deserialization?"  
author: "Anonymous User"  
published: 2015-04-30  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/2462/what-is-deserialization  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Deserialization?

Deserialization is the process of reconstructing the object from the serialized state.It is the reverse operation of serialization

## Answers

### Answer by Anonymous User

Deserialization is the process of reconstructing the object from the serialized state.It is the reverse operation of serialization


---

Original Source: https://www.mindstick.com/interview/2462/what-is-deserialization

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
