Hasher

object Hasher extends SupportHasher[Int]
trait SupportHasher[Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

def hash[A](obj: A)(implicit writer: HashWriter[A]): Try[Int]

Convert an object of type A to a JSON AST of type J.

Convert an object of type A to a JSON AST of type J.

Inherited from
SupportHasher
def hashUnsafe[A](obj: A)(implicit writer: HashWriter[A]): Int

Convert an object of type A to a JSON AST of type J. This might fail by throwing an exception.

Convert an object of type A to a JSON AST of type J. This might fail by throwing an exception.

Inherited from
SupportHasher
def makeBuilder: Builder[Int]
Inherited from
SupportHasher

Implicits

Implicits

implicit
val facade: BuilderFacade[Int]