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  341 to 350 of 436  « Prev 1... 30 31 32 33 34 35 36 37 38 39 ... 44 Next » 
 
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
 
 
It is written in documentation that if writeObject and readObject methods are there they must have...
Thu 03/31/05
08:56:06PM
 
1
Tue 03/29/05
05:33:12AM
107
 
 
What happens if we serialize the constructor(/s) of a class? What's the effect?
Sat 04/02/05
06:14:46AM
 
1
Sat 04/02/05
12:19:12AM
119
 
 
hi!! can anyone tell me what is the actual need of marker interfaces? specially in details abt seria...
Wed 04/20/05
12:00:03AM
 
1
Tue 04/19/05
10:04:43PM
129
 
 
Hello, I've just taken a look at the RMI tutorial, to be found at http://java.sun.com/docs/books/tu...
Mon 05/02/05
04:25:41AM
 
1
Tue 04/19/05
02:59:40AM
139
 
 
 
Hi, I want to serialize some information on to the disk in a file format and after a fixed time in...
Mon 05/23/05
08:39:59AM
 
0
Mon 05/23/05
08:39:59AM
115
 
 
Hi to All My Question is How many types of serializations are available? And Java is which type o...
Sun 05/29/05
10:31:04AM
 
1
Fri 05/27/05
01:48:36AM
37
 
 
What is Shallow Serilization and Deep Serialiazation?
Mon 05/30/05
05:03:19AM
 
1
Wed 05/18/05
01:13:57PM
129
 
 
how can i use serialization Please use html tags to format code blocks.
Wed 06/01/05
06:28:01AM
 
1
Tue 05/31/05
04:40:46PM
30
 
 
I serialize an object OBJ-1 and transfer the bytes over a socket. On the SAME JVM, a listener reads ...
Mon 06/13/05
07:46:10AM
 
1
Wed 06/08/05
01:12:00AM
96
 
 
 
Results  341 to 350 of 436  « Prev 1... 30 31 32 33 34 35 36 37 38 39 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact