Hasher

sjsonnew.support.murmurhash.Hasher$
object Hasher extends SupportHasher[Int]

Attributes

Graph
Supertypes
trait SupportHasher[Int]
class Object
trait Matchable
class Any
Self type
Hasher.type

Members list

Value members

Inherited methods

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

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.

Attributes

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

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.

Attributes

Inherited from:
SupportHasher
def makeBuilder: Builder[J]

Attributes

Inherited from:
SupportHasher

Implicits

Implicits

implicit val facade: BuilderFacade[Int]