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  21 to 30 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
I have a ByteArrayInputStream and I need to dump the content in to a String object without it being ...
Fri 07/18/03
08:55:57AM
 
0
Fri 07/18/03
08:55:57AM
36
 
 
I have been trying to solve this problem for hours and I would appreciate should somebody be kind e...
Tue 03/19/02
10:54:02AM
 
1
Tue 03/19/02
09:56:58AM
31
 
 
Can I use an arbitrary long value for serialVersionUID ?
Sun 03/26/00
11:15:19AM
 
0
Sun 03/26/00
11:15:19AM
47
 
 
I'm trying to save the state of a particular object to a file, which would be read later to restore ...
Mon 04/09/01
01:01:26PM
 
1
Mon 04/09/01
12:48:29PM
30
 
 
Can we make static variables Serializabe?If not how to make them Serializable? Thanks in advance. ...
Fri 12/16/05
04:19:09AM
 
4
Fri 10/07/05
08:56:43AM
106
 
 
 
Can a Vector or a Hashtable be serialized and deserialized?
Sat 06/24/00
02:27:04PM
 
0
Sat 06/24/00
02:27:04PM
53
 
 
I have declared a structure called User in my idl file. The idl generator generates a file called Us...
Tue 01/08/02
06:19:09AM
 
1
Tue 01/08/02
05:56:00AM
112
 
 
Can an object of type Class be serialized?
Thu 05/04/00
08:39:12AM
 
0
Thu 05/04/00
08:39:12AM
42
 
 
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
 
 
Hi, is it possible to declare a variable as Object obj=100; or Socket s = 100; as w...
Fri 09/22/06
02:32:09AM
 
1
Fri 09/22/06
12:20:19AM
104
 
 
 
Results  21 to 30 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact