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  71 to 80 of 436  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 44 Next » 
 
Ive got this test class below: import java.util.Vector; import MisIO.*; public class Te...
Fri 01/18/02
04:00:00AM
 
0
Fri 01/18/02
04:00:00AM
31
 
 
Is there a way to serialize an object as an XML document?
Wed 05/03/00
11:44:00AM
 
0
Wed 05/03/00
11:44:00AM
31
 
 
I have a method for serializing a hashtable. _cache is the hashtable, and _cachefile is the na...
Thu 06/14/01
01:27:16PM
 
1
Thu 06/14/01
12:36:53PM
31
 
 
Sir i dont know in which catagory this question come. i think it is Serialization topic. how coul...
Fri 08/17/01
10:58:47PM
 
1
Fri 08/17/01
02:33:08PM
31
 
 
I am creating an Array of object contains huge data and size, in my project. I am getting "Out Of M...
Thu 02/17/05
08:53:33PM
 
1
Tue 02/15/05
11:46:47PM
31
 
 
 
I wonder if i can serialize c++ objects, in the same way as i do with Java. I didn't find any docume...
Tue 07/01/03
06:38:13AM
 
2
Tue 07/01/03
01:11:26AM
31
 
 
Memory Problem with declartion of multidimensional array. I am declaring an array in my class boolea...
Wed 10/01/03
10:08:38AM
 
0
Wed 10/01/03
10:08:38AM
31
 
 
How can I serialize Vector(or Array) of Objects (beans) for example Vector getSomething(int in...
Wed 09/24/03
11:20:44AM
 
1
Fri 09/19/03
04:08:19PM
31
 
 
how externalization prefered over Serailization which is sutiable at where
Mon 08/25/03
04:17:16AM
 
0
Mon 08/25/03
04:17:16AM
31
 
 
I'm returning an Iteartor from the Session EJB to the client on which i'm getting an Class Cast Exce...
Fri 08/22/03
02:05:46PM
 
1
Fri 08/22/03
08:25:43AM
31
 
 
 
Results  71 to 80 of 436  « Prev 1... 3 4 5 6 7 8 9 10 11 12 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact