Does any one know a forum that I can try??
Thanks
User Profile
Collapse
-
RMI and ArrayLists
Does anyone know how to get at the data within and ArrayList using RMI. I have looked at the source code for ArrayList and the Object Array elementData is a transient variable. Therefor when elementData is not serialized when a call for it is made through RMI. I have tried using:
...Code:private final ObjectStreamField serialPersistentFields = new ObjectStreamField( "elementData", Object.class );
No activity results to display
Show More
Leave a comment: