InstanceConverter

pl.iterators.kebs.instances.InstanceConverter
See theInstanceConverter companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class DecodeErrorException(e: Throwable, msg: String) extends IllegalArgumentException

Attributes

Supertypes
class IllegalArgumentException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def apply[Obj : ClassTag, Val](_encode: Obj => Val, _decode: Val => Obj, format: Option[String]): InstanceConverter[Obj, Val]