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  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
 
I have this method in my Session EJB which always throws MyException (extends Exception) There are t...
Fri 12/03/04
10:55:11AM
 
1
Thu 11/11/04
03:56:10PM
115
 
 
Hi Friends, I want to know how serialization works. I i try to see Serializable interface its empty....
Wed 03/28/07
10:54:50PM
 
3
Tue 01/30/07
01:53:22AM
282
 
 
Is there a report API in Java or if there isn't how can one create Java classes that generate repor...
Tue 09/27/05
09:22:48AM
 
1
Tue 09/27/05
07:44:52AM
133
 
 
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
 
 
Could anybody please tell me why you need to have a public constructor (not a package access for ins...
Wed 04/19/06
02:13:31PM
 
1
Mon 02/27/06
05:43:06PM
131
 
 
 
I intend to write and parse XDoclet tags to/from strings, for *.xmi manipulation in MDA fashion. Is ...
Thu 05/13/04
04:46:11AM
 
0
Thu 05/13/04
04:46:11AM
101
 
 
What is the difference between remote and serialized objects?
Sun 07/08/01
06:47:52PM
 
1
Sat 06/30/01
11:46:12AM
108
 
 
How can I serialize an object into a byte array?
Fri 07/14/00
07:03:28AM
 
0
Fri 07/14/00
07:03:28AM
117
 
 
I have some base class for exception in my system - BaseException. After any failer in system I seri...
Tue 07/05/05
12:12:58PM
 
2
Wed 06/22/05
05:00:40AM
208
 
 
Hello, I was wondering if you have an object that implements the serializable interface but as an...
Thu 11/21/02
10:02:27AM
 
1
Thu 11/21/02
09:14:59AM
101
 
 
 
Results  1 to 10 of 436  « Prev 1 2 3 4 5 6 7 8 9 10 ... 44 Next » 
"Serialization" is moderated by Moderators:  SAdmin
About | Sitemap | Contact