﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1716	coops + s11n malfunction	Idiomdrottning		"{{{
#!scheme
(define-class frotz () ((name accessor: name)))
(define xyzzy (make frotz 'name ""blue jeans""))
(name xyzzy)
(with-output-to-file ""/tmp/frotz"" (lambda () (serialize xyzzy)))
(define nitfol (with-input-from-file ""/tmp/frotz"" deserialize))
nitfol ; <= evals to  #<coops instance of `frotz'>
(name nitfol); <= fails with Error: (name) no method defined for given argument classes: (#<coops instance of `<standard-class>'>)
}}}

This used to work and print ""blue jeans"" but I'm not sure when it stopped working. I especially hope I can rescue all my other saved objects because I have a lot of precious in there♥"	defect	new	major	someday	extensions	5.1.0		coops s11n		
