scala.actors.remote

Serializer

class Serializer extends AnyRef

attributes: abstract
known subclasses: JavaSerializer

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def deserialize(a: Array[Byte]): AnyRef

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def readObject(inputStream: DataInputStream): AnyRef

  5. def serialize(o: AnyRef): Array[Byte]

  6. val service: Service

  7. def toString(): String

    Returns a string representation of the object

  8. def writeObject(outputStream: DataOutputStream, obj: AnyRef): Unit

Instance constructors

  1. new Serializer(service: Service)

  2. new Serializer()