File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Java In Genearal Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Java In Genearal" Watch "Java In Genearal" New topic
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
    
  19

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
    
    9
What happens when you try to deserialise the object. Do you get any error messages, stack traces, etc ?


Joanne
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Java In Genearal
 
Similar Threads
Is String[ ] Serializabel?
Singleton class
Serializable interface.
About Runnable and Serializable
Custom Object Serializable via Session Bean