SerializedForm

@SerialVersionUID(1L)
case class SerializedForm(data: Array[_], offset: Int, stride: Int, length: Int) extends Serializable

This class exists because @specialized instances don't respect the serial

trait Product
trait Equals
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

@throws(scala.Predef.classOf[java.io.ObjectStreamException])
def readResolve(): Object

Inherited methods

Inherited from:
Product