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  31 to 40 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
Hi Guy's !!! Wanted to pass formatted text in a Chat Appl. Have created the following files : ...
Sat 09/08/01
09:08:51PM
 
1
Sat 09/08/01
06:22:49AM
49
 
 
HI all! I have some sample code. FileOutputStream out=new FileOutputStream(femployee); //Ope...
Wed 08/24/05
10:05:53AM
 
1
Tue 08/23/05
06:49:03AM
106
 
 
Dear, I have a class myData that I want to implement Serializable interface. class myData h...
Mon 06/30/03
08:27:37AM
 
1
Fri 06/27/03
08:23:10PM
51
 
 
Does the expresion Long oldLong = new Long(x); Long newLong = new Long(oldLong.longValue()); ...
Wed 02/09/05
09:05:04AM
 
0
Wed 02/09/05
09:05:04AM
105
 
 
can anyone tell me wat is the usage of serialization? how it serializes the objects? can i serialize...
Mon 02/07/05
05:06:48AM
 
1
Mon 02/07/05
02:41:54AM
47
 
 
 
Which possibilities else exists to control the deserialization? My requirement was to made a snaps...
Thu 07/15/04
10:38:08PM
 
0
Thu 07/15/04
10:38:08PM
37
 
 
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
130
 
 
String s="Tue, 28 Oct 2003 04:26:27 -0500 (GMT-05:00)"; can anyone parse this String to Date objec...
Tue 10/28/03
05:58:32AM
 
1
Tue 10/28/03
03:40:47AM
48
 
 
how the serilization occurs internally? Any solution with an example will be appreciated.
Wed 09/15/04
05:52:04AM
 
1
Wed 09/15/04
02:02:33AM
42
 
 
what is the use of transient variable. Give an example of the situation where it is used.
Mon 08/30/04
04:28:18PM
 
1
Fri 08/20/04
04:08:25AM
44
 
 
 
Results  31 to 40 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact