Hi i am trying to send vtk objects over socket in Java but was unsuccessful since Java requires the class object to be Serializable to read and write through ObjectInputStream/ObjectOutputStream. Have anyone done anything similar to this in Java? any suggestions are welcome. Jimmy