Serializable

Serializable

what is serializable and when it is used?

View Answers

November 12, 2010 at 11:17 AM

Hello Friend,

It is an interface which is used to serialize the class.

For more information, visit the following links:

http://www.roseindia.net/java/beginners/serializable-singleton.shtml

http://www.roseindia.net/java/example/java/io/SerializingObject.shtml

Thanks









Related Tutorials/Questions & Answers:
Serializable
Serializable   what is serializable and when it is used
serializable & serialization
serializable & serialization  what is the difference between serializable and serialization in java
Advertisements
java serializable tutorial
java serializable tutorial  What is Java Serializable
java serializable default constructor
java serializable default constructor  java serializable default constructor
ModuleNotFoundError: No module named 'serializable'
ModuleNotFoundError: No module named 'serializable'  Hi, My Python... 'serializable' How to remove the ModuleNotFoundError: No module named 'serializable' error? Thanks   Hi, In your python
Implement the Serializable Interface
Implement the Serializable Interface  hii How many methods do u implement if implement the Serializable Interface?   hiii,ADS_TO_REPLACE_1 The Serializable interface is just a "marker" interface, with no methods
secret behind Serializable interface
secret behind Serializable interface  How serialization work? What is the secret behind it. Can we create our one serializable interface. If so how
ModuleNotFoundError: No module named 'json_serializable'
ModuleNotFoundError: No module named 'json_serializable'  Hi, My... named 'json_serializable' How to remove the ModuleNotFoundError: No module named 'json_serializable' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'json_serializable'
ModuleNotFoundError: No module named 'json_serializable'  Hi, My... named 'json_serializable' How to remove the ModuleNotFoundError: No module named 'json_serializable' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'django-serializable-model'
ModuleNotFoundError: No module named 'django-serializable-model'  Hi...: No module named 'django-serializable-model' How to remove the ModuleNotFoundError: No module named 'django-serializable-model' error? Thanks  
Serializable Interface
Serializable Exception
Serializable Exception     ... Interface Serializable The Serializable class derived from java .io.serializable... that refer to objects whose classes are not serializable, the object stream
Implementing a Serializable Singleton
Implementing a Serializable Singleton       In Singeton classes only one instance will be created. We... of Serializable interface that is readResolve(). readResolve(): It returns Object
Java Interview Questions 3
;    Question:  How many methods in the Serializable interface? Answer:There is no method in the Serializable interface. The Serializable interface acts as a marker, telling the object
Interface Interceptor in Struts2.2.1
Interface Interceptor in Struts2.2.1 The Interface Interceptor (com.opensymphony.xwork2.interceptor ) extends Serializable interface and is a stateless class. Interceptors are one of the most powerful features of struts2.2.1.
SCJP Module-11 Question-2
Given a sample code: import java.io.*; class Upper { public Upper() { System.out.print(" Upper"); } } class Middle extends Upper implements Serializable { public Middle() { System.out.print(" Middle"
Core Java Interview Questions!
as transient in a Serializable class and the class is written
Java thread
Java thread  What is the use of serializable
Serialization
Serialization  HI... what is the use of SERIALIZABLE interface .....   Hi Friend, Serializable interface is a marker interface which does not contain any method.ADS_TO_REPLACE_1 Serializable interface enable
java - Java Beginners
java  i am trying to serialize a transient object which is non-serializable .after serialization the object should restore the reference which was initially assigned. is it possible
java - Java Interview Questions
java   java.lang.exception is apublic or protected or serializable or any thing  Hi friend, For more information on java.lang.exception visit to : http://www.roseindia.net/java/exceptions/ http
core java - Java Beginners
core java  Hi guys, String class implements which interface plzzzzzzzzzzzzz can any body tell me its very very urgentttttttttttttttt Thanks  String implements the Serializable, CharSequence
SCJP Module-11 Question-6
To have serialization what necessary steps to be followed ? Choose correct options? (A) Remove transient variable if any specified. (B) Class must implements Serializable interface. (C) Import of java.io.* is necessary.(D) Must
cvs - Java Interview Questions
cvs  The class java.lang.Exception i. Is public ii. Extends Throwable iii. Implements Throwable iv. Is serializable   Hi friend, For more information on java.lang.exception visit to : http://www.roseindia.net
java serialization
java serialization  when we serialize the object while this object having the another object reference but we dont want to serialize that object inside the serializable object? if we do this it throw the null pointer exception
java
java  what is marker interface?   Interfaces with no methods is known as marker interfaces. Marker interfaces are Serializable, Clonable, SingleThreadModel, Event listener. Marker Interfaces are implemented
SCJP Module-11 Question-3
Given a sample code: import java.io.*; class Upper { } class Test implements Serializable { Upper a = new Upper(); public static void main(String... to compile (B) class Upper is not Serializable so it raise
core java - Java Beginners
are Serializable, Clonable, SingleThreadModel, Event listener. Marker Interfaces... have to implement the Serializable interface otherwise the compiler will throw
jdbc
_SERIALIZABLE TRANSACTION_READ_UNCOMMITTED TRANSACTION_REPEATABLE_READ   Use..._COMMITTED TRANSACTION_SERIALIZABLE TRANSACTION_READ_UNCOMMITTED TRANSACTION
Difference between session.save() , session.saveOrUpdate() and session.persist() in Hibernate
(). But session.save() return Serializable object but session.persist() return void. session.save() returns the generated identifier (Serializable object
Java Bean - Java Beginners
interface. Note that the Serializable interface does not have any methods... java.io.Serializable; public class SimpleBean extends Canvas implements Serializable
Related to GenericServlet and HttpServlet
Serializable interface ?   GenericServlet and HttpServlet implement the Serializable interface so that servlet engines can "hybernate" the servlet state
Spring - IoC
; public class Counter implements Serializable{ int count = 0
Serializalble and Externalizable
Serializalble and Externalizable  hello, What is the difference between Serializalble and Externalizable interface?   hiii,ADS_TO_REPLACE_1 When you use Serializable interface, your class is serialized automatically
singleton - Java Interview Questions
singleton  what is singleton class.give one example of implementation of singleton class?  hi friend, import java.io.*; public class SingletonExam implements Serializable { public static SingletonExam single
What happens to the static fields of a class during serialization?
. Base class fields are only handled if the base class itself is serializable
Binary Search Tree
are serializable.Test your class with a project that serializable
Binary Search Tree
are serializable.Test your class with a project that serializable a BinarySearchTree
Result interface in Struts 2.2.1
Result interface in Struts 2.2.1 Struts Result interface is a public interface of package com.opensymphony.xwork2. It extends Serializable interface. All the known classes such as PlainTextResult, ServletRedirectResult, 
null interface
to inform Java regarding what it can do with a class. For example, Serializable
jdbc
_SERIALIZABLE TRANSACTION_READ_UNCOMMITTED TRANSACTION_REPEATABLE_READ
difference between enum and final class?
Comparable, Serializable All enum types implicitly extend java.lang.Enum.
Core Java Interview Question, Interview Question
/IP socket. ADS_TO_REPLACE_1 Question: What does the Serializable interface do ?  Answer: Serializable is a tagging interface; it prescribes no methods. It serves to assign the Serializable data type to the tagged class and to identify
java - Java Interview Questions
interfaces are Serializable, Clonable, SingleThreadModel, Event listener. Marker... of an object then you have to implement the Serializable interface otherwise
Marker Interface - Java Interview Questions
are Serializable, Clonable, SingleThreadModel, Event listener. Marker Interfaces... have to implement the Serializable interface otherwise the compiler will throw
Markable Interface
interfaces. Marker interfaces are Serializable, Clonable, SingleThreadModel, Event...) the state of an object then you have to implement the Serializable interface
Persistent Fields and Properties in Entity Classes
 Other serializable types, including: - Wrappers of Java primitive types... - java.sql.TimeStamp - User-defined serializable types - byte[] - Byte
SCJP Module-11 Question-1
Given a sample code: import java.io.*; class Test implements Serializable { private static final long serialVersionUID = 1L; public static void main(String[] args) { Test f = new Test(); try { FileOutputStream fs = new
SCJP Module-11 Question-5
Consider a sample code: 1    import java.io.*;       2    class Student implements Serializable { 3   4    public Integer rollno; 5   
Hibernate Projections Tutorials and Examples
. Projection Interface: This is an interface that extends the Serializable

Ads