Saving Serialized objects
- From: "Christo" <chris@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 23 Apr 2006 22:01:28 +0100
ok i need serious help
Im using this as a basic example
lets say i have a class
public class AddNum implements Serializable
{
public int mCount;
AddNum()
{
mCount = 0;
}
public void Add()
{
mCount++;
}
}
how can i save an object of this class utlizing serialization in the
process?
i have tried for almost a week now on my own and i am serously struggling
any help would be great
TIA
Christo
.
- Follow-Ups:
- Re: Saving Serialized objects
- From: Grzegorz Kaczor
- Re: Saving Serialized objects
- Prev by Date: How to get available functions for an applet (that can be accessed in javascript) ?
- Next by Date: Re: How to get available functions for an applet (that can be accessed in javascript) ?
- Previous by thread: How to get available functions for an applet (that can be accessed in javascript) ?
- Next by thread: Re: Saving Serialized objects
- Index(es):