JsonAdapter

grapple.json.JsonAdapter
trait JsonAdapter[T] extends JsonInput[T], JsonOutput[T]

Defines JSON input and output conversions.

Attributes

Graph
Supertypes
trait JsonOutput[T]
trait JsonInput[T]
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def read(value: JsonValue): T

Converts JSON value.

Converts JSON value.

Attributes

Inherited from:
JsonInput
def write(value: T): JsonValue

Converts to JSON value.

Converts to JSON value.

Attributes

Inherited from:
JsonOutput