SignatureSerializer

class SignatureSerializer extends JsonSerializer[Signature]
class JsonSerializer[Signature]
trait JsonFormatVisitable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def serialize(value: Signature, gen: JsonGenerator, serializers: SerializerProvider): Unit
Definition Classes
JsonSerializer

Inherited methods

@throws(com.fasterxml.jackson.databind.JsonMappingException)
def acceptJsonFormatVisitor(x$0: JsonFormatVisitorWrapper, x$1: JavaType): Unit
Inherited from
JsonSerializer
def getDelegatee(): JsonSerializer[_ <: <FromJavaObject>]
Inherited from
JsonSerializer
def handledType(): Class[Signature]
Inherited from
JsonSerializer
def isEmpty(x$0: SerializerProvider, x$1: Signature): Boolean
Inherited from
JsonSerializer
def isUnwrappingSerializer(): Boolean
Inherited from
JsonSerializer
def properties(): Iterator[PropertyWriter]
Inherited from
JsonSerializer
def replaceDelegatee(x$0: JsonSerializer[_ <: <FromJavaObject>]): JsonSerializer[Signature]
Inherited from
JsonSerializer
@throws(java.io.IOException)
def serializeWithType(x$0: Signature, x$1: JsonGenerator, x$2: SerializerProvider, x$3: TypeSerializer): Unit
Inherited from
JsonSerializer
def unwrappingSerializer(x$0: NameTransformer): JsonSerializer[Signature]
Inherited from
JsonSerializer
def usesObjectId(): Boolean
Inherited from
JsonSerializer
def withFilterId(x$0: <FromJavaObject>): JsonSerializer[_ <: <FromJavaObject>]
Inherited from
JsonSerializer

Deprecated and Inherited methods

@Deprecated @deprecated("see corresponding Javadoc for more information.", "")
def isEmpty(x$0: Signature): Boolean
Deprecated
Inherited from
JsonSerializer