Issue866155

classification
Title: Pickle/Objects
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: posix4
Priority: normal Keywords:

Created on 2003-12-27.00:24:09 by posix4, last changed 2003-12-27.16:28:30 by posix4.

Messages
msg884 (view) Author: Alex Newman (posix4) Date: 2003-12-27.00:24:09
I have an object which contains a list of objects. I
would just pickle but because of advice online I have
been using ObjectStream. Is this the only way to do it.
do I have to make the classes io.serializiable. How
should I input etc. Online their seems to be
inconsistent advice. Is Pickle working.
msg885 (view) Author: Alex Newman (posix4) Date: 2003-12-27.16:28:30
Logged In: YES 
user_id=183910

I figured out I should use the normal objectinputstream and
not put the () and not worry about extending the objects to
 io.seriolizable.
History
Date User Action Args
2003-12-27 00:24:09posix4create