This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Q: Serialization?


brlewis@alum.mit.edu writes:

> Using kawa 1.6.70 I got mixed results re. serialization.  Has something
> changed recently? 

Well, things have changes more recently, in the cvs tree, with
the change to gnu.lists.  But that is post-1.6.70.

> I could serialize 1, 1.0, #(1 2 3) just fine.
> Serializing (list 1 2 3) deserialized to ().

This could be picking up the writeExternal for LList instead of Pair.
I don't know why, though.

> De/serializing '(1 2 3) and 1/3 threw errors.

Could you try the cvs version?
-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/~per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]