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. def isStackEmpty: Boolean

    Attributes
    protected
  20. var map: Map[String, ValueSerializerBaseTrait[C]]

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

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

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

    Definition Classes
    AnyRef
  24. def popSeq(): Unit

    Attributes
    protected
  25. def pushSeq(): Unit

    Attributes
    protected
  26. def result: Value

  27. var seq: ArrayBuffer[Value]

    Attributes
    protected
  28. var stack: ArrayBuffer[ArrayBuffer[Value]]

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

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. var value: Value

    Attributes
    protected
  32. final def wait(): Unit

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

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

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

  36. def writeBoolean(value: Boolean): Unit

  37. def writeDate(value: Date): Unit

  38. def writeDouble(value: Double): Unit

  39. def writeFloat(value: Float): Unit

  40. def writeInt(value: Int): Unit

  41. def writeLong(value: Long): Unit

  42. def writeNull(): Unit

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

  44. def writeValue(value: Value): Unit

Inherited from ValueSerializerBaseTrait[C]

Inherited from Serializer[C]

Inherited from AnyRef

Inherited from Any

Ungrouped