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  371 to 380 of 436  « Prev 1... 33 34 35 36 37 38 39 40 41 42 ... 44 Next » 
 
Hi Is there a way to set values for transient fields after deserialization? I have following co...
Mon 06/28/04
07:09:55AM
 
1
Sat 06/26/04
02:05:25AM
32
 
 
Hi All, I am using HashMap for return type of certain methods in EJB.But I realize that I can achiv...
Mon 09/20/04
12:07:59AM
 
1
Thu 07/08/04
09:06:12PM
106
 
 
How to retrive column names from the table and store that column names in Object. Please send the...
Wed 07/21/04
04:35:28AM
 
1
Tue 07/20/04
09:56:04PM
28
 
 
If I implement java.io.Serializable to a class. Should I have to again implement it for its subcla...
Mon 08/16/04
02:36:21AM
 
1
Sun 08/15/04
01:25:30AM
39
 
 
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
43
 
 
 
i started developing application using java but i am confused about serialization and Externalizati...
Fri 09/03/04
01:52:14AM
 
1
Fri 09/03/04
12:35:43AM
35
 
 
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
41
 
 
When i am trying to write an object in to a file using writeObject method of ObjectOutputStream,the...
Thu 10/07/04
07:15:29AM
 
1
Thu 10/07/04
12:49:52AM
111
 
 
I want to get the same functionality (i.e, getting rid off from dirty reads, panthom reads and rep...
Fri 12/17/04
02:20:27AM
 
1
Thu 10/07/04
04:49:36AM
38
 
 
I have two problems. one is how to append in to a file. Second is i'm trying to read the file using ...
Fri 10/22/04
04:24:29AM
 
1
Thu 10/21/04
01:24:57AM
38
 
 
 
Results  371 to 380 of 436  « Prev 1... 33 34 35 36 37 38 39 40 41 42 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact