User Profile

Collapse

Profile Sidebar

Collapse
trispad
trispad
Last Activity: Feb 8 '07, 06:18 PM
Joined: Feb 7 '07
Location: Boulder
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • trispad
    replied to RMI and ArrayLists
    in Java
    Does any one know a forum that I can try??

    Thanks
    See more | Go to post

    Leave a comment:


  • trispad
    started a topic RMI and ArrayLists
    in Java

    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 );
    ...
    See more | Go to post
No activity results to display
Show More
Working...