Serializer

fm.common.Serializer$
See theSerializer companion trait
object Serializer

Implicits that go along with the Serializer trait

Attributes

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

Members list

Concise view

Type members

Classlikes

object BooleanSerializer extends Serializer[Boolean]

Attributes

Graph
Supertypes
trait Serializer[Boolean]
class Object
trait Matchable
class Any
Self type
object ByteArraySerializer extends Serializer[Array[Byte]]

Attributes

Graph
Supertypes
trait Serializer[Array[Byte]]
class Object
trait Matchable
class Any
Self type
object StringSerializer extends Serializer[String]

Attributes

Graph
Supertypes
trait Serializer[String]
class Object
trait Matchable
class Any
Self type
object TruncatedIntSerializer extends Serializer[Int] with Comparator[Array[Byte]]

Attributes

Graph
Supertypes
trait Comparator[Array[Byte]]
trait Serializer[Int]
class Object
trait Matchable
class Any
Self type
object TruncatedLongSerializer extends Serializer[Long] with Comparator[Array[Byte]]

Attributes

Graph
Supertypes
trait Comparator[Array[Byte]]
trait Serializer[Long]
class Object
trait Matchable
class Any
Self type