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  331 to 340 of 436  « Prev 1... 29 30 31 32 33 34 35 36 37 38 ... 44 Next » 
 
Hi I am writing a client-server application which exchange serialized objects over the socket connec...
Wed 01/02/02
12:21:22PM
 
2
Fri 11/09/01
11:48:05AM
35
 
 
If two interfaces are implemented having identical methods, when the method is called, how can we kn...
Wed 11/28/01
06:33:50AM
 
2
Thu 11/08/01
04:22:33AM
39
 
 
I have to store a zip file in the form of BLOB in the database. I used ZipInputStream to uncompress ...
Tue 11/27/01
10:10:15PM
 
0
Tue 11/27/01
10:10:15PM
29
 
 
I have to store a big BLOB into the database. I am zipping it using GZIPOutputStream. But I need to ...
Tue 11/27/01
02:25:40PM
 
0
Tue 11/27/01
02:25:40PM
33
 
 
My superclass implements Serializable. Do my subclasses need to implement Serializable interface onc...
Thu 11/22/01
12:56:02PM
 
1
Tue 10/30/01
07:48:48AM
30
 
 
 
I have written a client server application in java in which the client and server communicate via se...
Tue 11/20/01
11:02:39AM
 
3
Tue 11/13/01
08:08:52AM
35
 
 
I am executing a Oracle stored procedure in java using weblogic server. The SP returns a cursor. Whe...
Mon 11/19/01
03:19:38AM
 
0
Mon 11/19/01
03:19:38AM
29
 
 
Hi, Can someone please point me in the right direction? I'd like to get an array of bytes from a...
Thu 11/15/01
11:44:14AM
 
1
Thu 11/15/01
11:28:20AM
31
 
 
I originally posted this in Servlets because what I'm working on is a servlet... then I realized thi...
Sun 11/11/01
08:10:36PM
 
0
Sun 11/11/01
08:10:36PM
32
 
 
My application serializes a class StTextField which extends the JTextField class. Implemented in St...
Wed 11/07/01
09:19:17AM
 
0
Wed 11/07/01
09:19:17AM
37
 
 
 
Results  331 to 340 of 436  « Prev 1... 29 30 31 32 33 34 35 36 37 38 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact