SerializationPersistor

case class SerializationPersistor(path: File) extends IOStreamPersistor[ObjectInputStream, ObjectOutputStream]

Serializes org.scalameter.History to binary format using Java serialization.

Serializes org.scalameter.History to binary format using Java serialization.

Companion
object
trait Serializable
trait Product
trait Equals
trait IOStreamPersistor[ObjectInputStream, ObjectOutputStream]
trait Persistor
class Object
trait Matchable
class Any

Value members

Constructors

def this(path: String)
def this()

Concrete methods

def fileExtension: String

Inherited methods

final def load[T](context: Context): History[T]
Inherited from
IOStreamPersistor
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
final def save[T](context: Context, h: History[T]): Unit
Inherited from
IOStreamPersistor