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  431 to 436 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
 
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, I am writing an application where the xml data generated by XMLEncoder, need to be store/ret...
Thu 07/22/04
11:25:50PM
 
0
Thu 07/22/04
11:25:50PM
36
 
 
Hi, while executing the below program: //========== Program starts ===============> import ...
Thu 07/22/04
11:32:51PM
 
0
Thu 07/22/04
11:32:51PM
29
 
 
Is there any implecation if I write serialized data by calling: ObjectOutputStream.writeUTF(someSt...
Fri 08/13/04
08:32:57AM
 
0
Fri 08/13/04
08:32:57AM
35
 
 
if i have a class which extends Serializable , and i want this class object to be accessed by both ...
Sun 09/12/04
02:38:54AM
 
0
Sun 09/12/04
02:38:54AM
55
 
 
 
what is serializatio,i want details expalination,what happens in background when object is serialize...
Wed 09/15/04
12:05:53AM
 
0
Wed 09/15/04
12:05:53AM
43
 
 
Results  431 to 436 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact