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?
http://www.experts-exchange.com/Programming/Languages/Java/Q_20182133.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21044357.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21256423.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21445178.htm...
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...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21485854.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21530943.html
I want to pass in parameter a Vector by rmi. I want to know if this class is serializable.
http://www.experts-exchange.com/Programming/Languages/Java/Q_10010309.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20173579.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20243363.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20306323.html