---
title: "What is Externalizable?"  
description: "What is Externalizable?"  
author: "Anonymous User"  
published: 2015-04-30  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/2464/what-is-externalizable  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What is Externalizable?

Externalizable interface is used to write the state of an object into a byte stream in compressed format.It is not a marker interface.

## Answers

### Answer by Anonymous User

Externalizable interface is used to write the state of an object into a byte stream in compressed format.It is not a marker interface.


---

Original Source: https://www.mindstick.com/interview/2464/what-is-externalizable

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
