PropertyValueJsonFormat

overflowdb.formats.graphson.GraphSONProtocol$.PropertyValueJsonFormat$
object PropertyValueJsonFormat extends RootJsonFormat[PropertyValue]

Attributes

Graph
Supertypes
trait RootJsonFormat[PropertyValue]
trait RootJsonWriter[PropertyValue]
trait RootJsonReader[PropertyValue]
trait JsonFormat[PropertyValue]
trait JsonWriter[PropertyValue]
trait JsonReader[PropertyValue]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def read(value: JsValue): PropertyValue & Product
def readNonList(value: Seq[_]): PropertyValue & Product
def write(c: PropertyValue): JsValue