Packages

class Serializer extends StdSerializer[DeltaSourceOffset]

Linear Supertypes
StdSerializer[DeltaSourceOffset], Serializable, SchemaAware, JsonSerializer[DeltaSourceOffset], JsonFormatVisitable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Serializer
  2. StdSerializer
  3. Serializable
  4. SchemaAware
  5. JsonSerializer
  6. JsonFormatVisitable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Serializer()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def acceptJsonFormatVisitor(arg0: JsonFormatVisitorWrapper, arg1: JavaType): Unit
    Definition Classes
    StdSerializer → JsonSerializer → JsonFormatVisitable
    Annotations
    @throws( ... )
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def createSchemaNode(arg0: String, arg1: Boolean): ObjectNode
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
  8. def createSchemaNode(arg0: String): ObjectNode
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. def findAnnotatedContentSerializer(arg0: SerializerProvider, arg1: BeanProperty): JsonSerializer[_]
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  13. def findContextualConvertingSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  14. def findFormatFeature(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_], arg3: Feature): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
  15. def findFormatOverrides(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_]): Value
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
  16. def findIncludeOverrides(arg0: SerializerProvider, arg1: BeanProperty, arg2: Class[_]): Value
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
  17. def findPropertyFilter(arg0: SerializerProvider, arg1: Any, arg2: Any): PropertyFilter
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getDelegatee(): JsonSerializer[_]
    Definition Classes
    JsonSerializer
  20. def handledType(): Class[DeltaSourceOffset]
    Definition Classes
    StdSerializer → JsonSerializer
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def isDefaultSerializer(arg0: JsonSerializer[_]): Boolean
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
  23. def isEmpty(arg0: SerializerProvider, arg1: DeltaSourceOffset): Boolean
    Definition Classes
    JsonSerializer
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isUnwrappingSerializer(): Boolean
    Definition Classes
    JsonSerializer
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def properties(): Iterator[PropertyWriter]
    Definition Classes
    JsonSerializer
  30. def replaceDelegatee(arg0: JsonSerializer[_]): JsonSerializer[DeltaSourceOffset]
    Definition Classes
    JsonSerializer
  31. def serialize(o: DeltaSourceOffset, gen: JsonGenerator, provider: SerializerProvider): Unit
    Definition Classes
    Serializer → StdSerializer → JsonSerializer
    Annotations
    @throws( ... )
  32. def serializeWithType(arg0: DeltaSourceOffset, arg1: JsonGenerator, arg2: SerializerProvider, arg3: TypeSerializer): Unit
    Definition Classes
    JsonSerializer
    Annotations
    @throws( classOf[java.io.IOException] )
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def unwrappingSerializer(arg0: NameTransformer): JsonSerializer[DeltaSourceOffset]
    Definition Classes
    JsonSerializer
  36. def usesObjectId(): Boolean
    Definition Classes
    JsonSerializer
  37. def visitArrayFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonFormatTypes): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  38. def visitArrayFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonSerializer[_], arg3: JavaType): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  39. def visitFloatFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  40. def visitIntFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType, arg3: JsonValueFormat): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  41. def visitIntFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: NumberType): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  42. def visitStringFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType, arg2: JsonValueFormat): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  43. def visitStringFormat(arg0: JsonFormatVisitorWrapper, arg1: JavaType): Unit
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... )
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  47. def withFilterId(arg0: Any): JsonSerializer[_]
    Definition Classes
    JsonSerializer
  48. def wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: Int): Unit
    Definition Classes
    StdSerializer
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def wrapAndThrow(arg0: SerializerProvider, arg1: Throwable, arg2: Any, arg3: String): Unit
    Definition Classes
    StdSerializer
    Annotations
    @throws( classOf[java.io.IOException] )

Deprecated Value Members

  1. def findConvertingContentSerializer(arg0: SerializerProvider, arg1: BeanProperty, arg2: JsonSerializer[_]): JsonSerializer[_]
    Attributes
    protected[std]
    Definition Classes
    StdSerializer
    Annotations
    @throws( ... ) @Deprecated
    Deprecated
  2. def getSchema(arg0: SerializerProvider, arg1: Type, arg2: Boolean): JsonNode
    Definition Classes
    StdSerializer → SchemaAware
    Annotations
    @throws( ... ) @Deprecated
    Deprecated
  3. def getSchema(arg0: SerializerProvider, arg1: Type): JsonNode
    Definition Classes
    StdSerializer → SchemaAware
    Annotations
    @throws( ... ) @Deprecated
    Deprecated
  4. def isEmpty(arg0: DeltaSourceOffset): Boolean
    Definition Classes
    JsonSerializer
    Annotations
    @Deprecated
    Deprecated

Inherited from StdSerializer[DeltaSourceOffset]

Inherited from Serializable

Inherited from SchemaAware

Inherited from JsonSerializer[DeltaSourceOffset]

Inherited from JsonFormatVisitable

Inherited from AnyRef

Inherited from Any

Ungrouped