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  51 to 60 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
As there are no methods in java.io.serializable interface, how does java knows that it has to serial...
Sat 02/26/05
09:40:33AM
 
1
Fri 02/25/05
06:25:05PM
109
 
 
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
120
 
 
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
142
 
 
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
131
 
 
What is Shallow Serilization and Deep Serialiazation?
Mon 05/30/05
05:03:19AM
 
1
Wed 05/18/05
01:13:57PM
129
 
 
 
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
39
 
 
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
97
 
 
HI, I have very strange Q.N Need someones help soon. Before calling remote's method, i m getting exa...
Tue 06/28/05
03:45:06AM
 
1
Tue 06/28/05
02:57:06AM
107
 
 
Is there any way to access objects written to a file randomly. Serialization basically needs accessi...
Tue 07/19/05
01:56:23AM
 
1
Mon 07/18/05
01:05:19AM
105
 
 
 
Results  51 to 60 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact