JsonWriter

besom.json.JsonWriter
See theJsonWriter companion object
trait JsonWriter[T]

Provides the JSON serialization for type T.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait JsonFormat[T]
object JsValueFormat.type
object BigDecimalJsonFormat.type
object BigIntJsonFormat.type
object BooleanJsonFormat.type
object ByteJsonFormat.type
object CharJsonFormat.type
object DoubleJsonFormat.type
object FloatJsonFormat.type
object IntJsonFormat.type
object LongJsonFormat.type
object ShortJsonFormat.type
object StringJsonFormat.type
object SymbolJsonFormat.type
object UnitJsonFormat.type
class OptionFormat[T]
trait RootJsonFormat[T]
object RootJsArrayFormat.type
object RootJsObjectFormat.type
trait RootJsonWriter[T]
Show all

Members list

Value members

Abstract methods

def write(obj: T): JsValue