I'm serializing my objects with ObjectOutputStream(FileOutputStream(File))
and deserializing them with the analogous InputStreams
. Is there a way to look inside of these serialized files (in eclipse preferably), so I can check, if all necessary attributes were written?
edit: google search was negative