TestIO

introprog.examples.TestIO
object TestIO

Example of serializing objects to and from binary files on disk.

Attributes

Source
TestIO.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TestIO.type

Members list

Type members

Classlikes

case class Person(name: String)

Attributes

Source
TestIO.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def main(args: Array[String]): Unit

Attributes

Source
TestIO.scala
def testImageLoadAndDraw(): Unit

Attributes

Source
TestIO.scala