|
Scala Library
|
|
scala/actors/remote/JavaSerializer.scala]
class
JavaSerializer(serv : Service, cl : java.lang.ClassLoader)
extends Serializer| Values and Variables inherited from Serializer | |
| service |
| Method Summary | |
def
|
deserialize (bytes : Array[Byte]) : AnyRef |
def
|
serialize (o : AnyRef) : Array[Byte] |
| Methods inherited from Serializer | |
| readObject, writeObject |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|