com.hypertino.binders.value

ValueSerializerBase

abstract class ValueSerializerBase[C <: Converter, F <: ValueSerializerBaseTrait[C]] extends ValueSerializerBaseTrait[C]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ValueSerializerBase
  2. ValueSerializerBaseTrait
  3. Serializer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ValueSerializerBase()

Type Members

  1. type nameConverterType = C

    Definition Classes
    Serializer

Abstract Value Members

  1. abstract def bindOptions: BindOptions

    Attributes
    protected
  2. abstract def createFieldSerializer(): F

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def beginArray(): Unit

  8. def beginObject(): Unit

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def endArray(): Unit

  11. def endObject(): Unit

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getFieldSerializer(fieldName: String): Option[F]

  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. var map: Map[String, ValueSerializerBaseTrait[C]]

    Attributes
    protected
  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def result: Value

  24. var seq: ArrayBuffer[Value]

    Attributes
    protected
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. var value: Value

    Attributes
    protected
  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def writeBigDecimal(value: BigDecimal): Unit

  32. def writeBoolean(value: Boolean): Unit

  33. def writeDate(value: Date): Unit

  34. def writeDouble(value: Double): Unit

  35. def writeFloat(value: Float): Unit

  36. def writeInt(value: Int): Unit

  37. def writeLong(value: Long): Unit

  38. def writeNull(): Unit

    Definition Classes
    ValueSerializerBaseSerializer
  39. def writeString(value: String): Unit

  40. def writeValue(value: Value): Unit

Inherited from ValueSerializerBaseTrait[C]

Inherited from Serializer[C]

Inherited from AnyRef

Inherited from Any

Ungrouped