JsonRW

ba.sake.tupson.JsonRW
See theJsonRW companion object
trait JsonRW[T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object given_JsonRW_Boolean.type
object given_JsonRW_Char.type
object given_JsonRW_Double.type
object given_JsonRW_Duration.type
object given_JsonRW_Float.type
object given_JsonRW_Instant.type
object given_JsonRW_Int.type
object given_JsonRW_JValue.type
object given_JsonRW_Long.type
object given_JsonRW_Period.type
object given_JsonRW_String.type
object given_JsonRW_UUID.type
object given_JsonRW_URI.type
object given_JsonRW_URL.type
Show all

Members list

Value members

Abstract methods

def parse(path: String, jValue: JValue): T
def write(value: T): JValue

Concrete methods

def default: Option[T]

Global default for T when key is missing in JSON.

Global default for T when key is missing in JSON.

Attributes