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  411 to 420 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
 
We have a requirement wherein I have to convert objects in to plain text messages, which will be...
Sun 08/18/02
07:15:05PM
 
2
Tue 07/30/02
04:18:17AM
31
 
 
I need to keep a list of clients with name and number. I don´t know how many clients will connect, ...
Mon 09/16/02
04:58:09PM
 
2
Mon 09/16/02
03:13:58PM
27
 
 
How can I serialize onject over internet and intranet.
Fri 11/15/02
12:15:03PM
 
2
Thu 10/24/02
02:02:18AM
31
 
 
Hi, I have a a client and server application where I am sending objects between them.Hence on th...
Fri 11/15/02
12:02:35PM
 
2
Thu 11/14/02
04:33:02PM
31
 
 
Can Java "decompilers" generate Java source from serialized Java class files? Thanks, Barry
Sun 05/04/03
08:01:14PM
 
2
Sun 03/30/03
01:20:23PM
35
 
 
 
when we do jndi lookup for a home object we get the home object reference.. does this mean that ho...
Wed 06/18/03
09:10:37AM
 
2
Mon 06/16/03
09:12:10AM
32
 
 
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
 
 
I have a program that creates and reads files containing deserialized classes. However, the program...
Thu 08/21/03
06:24:27AM
 
2
Fri 07/25/03
07:48:49PM
35
 
 
since the java.sql.resultset is not Serializied,it's not able to sent through RMI.Sybase EAserver ...
Tue 02/03/04
06:46:04PM
 
2
Tue 02/03/04
03:03:07PM
29
 
 
I have serialized MyBean on one system and it is transported as a file to another where it is deseri...
Thu 05/06/04
11:59:33AM
 
2
Mon 05/03/04
02:10:31AM
60
 
 
 
Results  411 to 420 of 436  « Prev 1... 35 36 37 38 39 40 41 42 43 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact