summaryrefslogtreecommitdiff
path: root/test/files/jvm/serialization.scala
Commit message (Expand)AuthorAgeFilesLines
* enums can't be serializedmichelou2007-10-031-4/+4
* minor changesmichelou2007-07-121-37/+39
* added @serializable annotation to ListBuffermichelou2007-03-021-132/+156
* fixed testsMartin Odersky2007-02-151-8/+8
* changed collection librariesMartin Odersky2007-01-041-0/+1
* renamed All->Nothing, AllRef -> Null while keep...Martin Odersky2006-10-061-2/+2
* Fixed test files after syntax change for closures.Martin Odersky2006-06-211-1/+1
* use the mutable.Set interface of BitSetmihaylov2006-01-241-4/+6
* 'test-nsc' has been moved to 'test'.Gilles Dubochet2005-12-161-0/+316
* Removed old scala tests from new Scala core mod...Gilles Dubochet2005-12-161-316/+0
* Added missing [serializable]mihaylov2005-06-071-0/+3
* - serialization done in memory (and not more to...michelou2005-05-311-101/+45
* Use attributes to declare serializability of ob...mihaylov2005-05-301-6/+10
* - replaced all occurrences of "<variable>.type"...michelou2005-05-271-27/+27
* - added tests for classes TreeMap, TreeSet.michelou2004-10-071-32/+60
* - added more tests.michelou2004-10-051-62/+124
* - serialization test of Scala collection classes.michelou2004-09-291-0/+275