Serialization

Serialization allows you to create a JVM-independent binary representation of an in-memory Java object. This external representation may be used to transfer or store the object and to recreate it in another JVM.  

Serialization allows you to create a JVM-independent binary representation of an in-memory Java object. This external representation may be used to transfer or store the object and to recreate it in another JVM.   <<Less

Latest Announcements
Welcome to the new jGuru Forums!
We've updated the jGuru Forum platform to make our forums easier to use and navigate, as well as to ... ...Read More
SUBSCRIBE       NEW TOPIC
Results  401 to 410 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
 
what is the purpose of marker or tagged interface eventhoug there is methods to implement(like seria...
Fri 06/01/07
12:35:48PM
 
1
Wed 03/28/07
10:50:50PM
121
 
 
When I send an Exception object over the network using serialization, the message field shows up o...
Thu 02/15/01
02:57:27PM
 
1
Sun 08/27/00
01:08:16PM
121
 
 
I am currently doing an java application. I have a controller class holding a hashtable storing r...
Thu 11/10/05
07:48:29AM
 
3
Fri 10/14/05
01:22:12AM
122
 
 
As per my understanding Serializable is a marked interface, which has no methods. If a class imp...
Tue 03/29/05
05:09:14AM
 
0
Tue 03/29/05
05:09:14AM
122
 
 
Is there a way to determine serialVersionUID of an object serailized in a file? I was able to find a...
Fri 01/28/05
10:34:19PM
 
0
Fri 01/28/05
10:34:19PM
124
 
 
 
In the documentation for the readObject() method of ObjectInputStream it says: "All exceptions a...
Tue 05/30/00
09:01:12AM
 
0
Tue 05/30/00
09:01:12AM
124
 
 
I use ejb 1.x and weblogic server 8.1 From jsp i create object of my class e.g.EmployeeData and cal...
Thu 08/03/06
01:56:32AM
 
1
Tue 08/01/06
04:54:22AM
125
 
 
My program saves some of its data by serialization; existing data, created on 1.5, cannot be loaded...
Tue 12/12/06
08:56:01PM
 
1
Tue 12/12/06
11:16:20AM
125
 
 
if serializable is marker interfase,it don't have any methods ,how it is going process serilazation?
Thu 11/23/06
12:37:37PM
 
1
Sat 11/18/06
12:21:38PM
125
 
 
If i create a object which is to be serialised then do I need to implement any methods?.
Mon 01/30/06
01:45:23AM
 
1
Sun 01/29/06
02:32:46AM
127
 
 
 
Results  401 to 410 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact