| Author |
Java In Genearal
|
krishnamoorthy kitcha
Ranch Hand
Joined: Feb 04, 2006
Posts: 96
|
|
While using the serialation , we add the keyword implemenst serializable in the Class, After getting from Remote server or other JVM , We can not deserialize the object, How can it acts ? public class serialtest implements Serializable{ public String test ; public String testname; seritaltest(){} } Sorry for my ignorance.
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16687
|
|
Sorry for my ignorance.
This is the threads forum. And from your topic "Java In General", you may already know that serialization has little to do with Threads. Anyway, moving this to the Java in General, Intermediate forum. Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
Joanne Neal
Rancher
Joined: Aug 05, 2005
Posts: 3011
|
|
|
What happens when you try to deserialise the object. Do you get any error messages, stack traces, etc ?
|
Joanne
|
 |
 |
|
|
subject: Java In Genearal
|
|
|