JValueSerializer

org.json4s.jackson.JValueSerializer
class JValueSerializer extends JsonSerializer[JValue]

Attributes

Source
JValueSerializer.scala
Graph
Supertypes
class JsonSerializer[JValue]
trait JsonFormatVisitable
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def isEmpty(value: JValue): Boolean

Attributes

Definition Classes
JsonSerializer
Source
JValueSerializer.scala
def serialize(value: JValue, json: JsonGenerator, provider: SerializerProvider): Unit

Attributes

Source
JValueSerializer.scala

Inherited methods

def acceptJsonFormatVisitor(x$0: JsonFormatVisitorWrapper, x$1: JavaType): Unit

Attributes

Inherited from:
JsonSerializer
def getDelegatee(): JsonSerializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonSerializer
def handledType(): Class[JValue]

Attributes

Inherited from:
JsonSerializer
def isEmpty(x$0: SerializerProvider, x$1: JValue): Boolean

Attributes

Inherited from:
JsonSerializer
def isUnwrappingSerializer(): Boolean

Attributes

Inherited from:
JsonSerializer
def properties(): Iterator[PropertyWriter]

Attributes

Inherited from:
JsonSerializer
def replaceDelegatee(x$0: JsonSerializer[_ <: <FromJavaObject>]): JsonSerializer[JValue]

Attributes

Inherited from:
JsonSerializer
def serializeWithType(x$0: JValue, x$1: JsonGenerator, x$2: SerializerProvider, x$3: TypeSerializer): Unit

Attributes

Inherited from:
JsonSerializer
def unwrappingSerializer(x$0: NameTransformer): JsonSerializer[JValue]

Attributes

Inherited from:
JsonSerializer
def usesObjectId(): Boolean

Attributes

Inherited from:
JsonSerializer
def withFilterId(x$0: <FromJavaObject>): JsonSerializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonSerializer
def withIgnoredProperties(x$0: Set[String]): JsonSerializer[_ <: <FromJavaObject>]

Attributes

Inherited from:
JsonSerializer