[Ikvm-developers] Serialization of a java class
Brought to you by:
jfrijters
|
From: Antoine P. <ant...@gm...> - 2006-08-28 10:33:07
|
Hello there -- Is it possible to get a java class serializable ? , so that the class will be define as [Serializable] in the code ? in java the class has to implements serializable...in the generated dll this class uses the interface : Serializable.__Interface Do you know how I can get this class to be [Serializable] ? Thank you so much, Antoine. |