I have a problem on Scala. I serialize an instance of class with @transient lazy val field. And then I deserialize it, the field is assigned null. I ex
@transient lazy val
null
There's a couple of tickets on this in Scala's Trac:
I'd advise you to test against a trunk build of 2.9, as it may already be fixed.