Advertisement

1 - 10 of 55 containing alltags:("serializable") (0 seconds)
Is it possible to use a class, say File1.java which implements Serializable and uses writeObject ,and writes to a file Then use another class, sayFile2.java which can read that file using readObject?
Zones: JavaDate Answered: 09/13/2001 Grade: A Views: 0
Hi Experts, Because of that System.Web.HttpApplication is not serializable I do not know how I can cath a request from a web browser and keep the connection open/dont repons yet until further no...
Zones: C#Date Answered: 07/02/2004 Grade: B Views: 0
How do I make the following serializable?             public GamePiece[,] gamePieceArray = new GamePiece[ARRAY_COLUMNS,ARRAY_ROWS]; I was able to make other objects like GamePlayer  serialized with...
Zones: C#Date Answered: 12/30/2004 Grade: A Views: 0
This is basically it --> Can an interface become serializable? I use an interface for a bunch of classes that create graohic shapes and am now trying to save it to a file.  I need the collection...
Zones: MS Visual BasicDate Answered: 06/08/2005 Grade: A Views: 0
Hi, Please can someone clarity the following related points for me. I have a bunch of partitioned tables, view sat ontop. Simplified table/view definitions at the end. Now.... When I do t...
Zones: MS SQL ServerDate Answered: 07/30/2005 Grade: A Views: 0
My Collection Class is not showing up anywhere within my web service.  Here is the code.  The MenuItemData class shows up, not the MenuItemCollection. (By the way, I do have a Web Method functio...
Zones: ASP.Net ProgrammingDate Answered: 08/19/2005 Grade: B Views: 0
I want to pass in parameter a Vector by rmi. I want to know if this class is serializable.
Zones: JavaDate Answered: 05/09/1997 Grade: C Views: 0
I have written a simple program ,for creating a serializible class.I have a dat file which i created by using writeObject, however when i try to read the file, using readObject, i get "Can't find c...
Zones: Java, New To JavaDate Answered: 09/12/2001 Grade: A Views: 0
Hi Experts, I have a class name A that doesn't implements Serializable. A has a reference to C, and C also doesn't implements Serializable.  So Could you show me the way how to Serializable A but...
Zones: JavaDate Answered: 07/16/2002 Grade: B Views: 0
hi ,  I have following code and it does not work,when i try to read the create a hashmap it crashes saying ClassnotFound. Also , if I do not use Hashmap and read the records one by one it crashes...
Zones: Java, New To JavaDate Answered: 06/03/2002 Grade: A Views: 0