SupportHasher

trait SupportHasher[J]
class Object
trait Matchable
class Any

Value members

Concrete 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.

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.

Implicits

Implicits

implicit