Packages

c

com.avsystem.commons.serialization

SimpleOutputWrapper

abstract class SimpleOutputWrapper extends SimpleOutput

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleOutputWrapper
  2. SimpleOutput
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleOutputWrapper()

Concrete Value Members

  1. def writeBigDecimal(bigDecimal: BigDecimal): Unit

    Value written MUST NOT be null

    Value written MUST NOT be null

    Definition Classes
    SimpleOutputWrapperSimpleOutput
  2. def writeBigInt(bigInt: BigInt): Unit

    Value written MUST NOT be null

    Value written MUST NOT be null

    Definition Classes
    SimpleOutputWrapperSimpleOutput
  3. def writeBinary(binary: Array[Byte]): Unit

    Value written MUST NOT be null

    Value written MUST NOT be null

    Definition Classes
    SimpleOutputWrapperSimpleOutput
  4. def writeBoolean(boolean: Boolean): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  5. def writeByte(byte: Byte): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  6. def writeChar(char: Char): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  7. def writeDouble(double: Double): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  8. def writeFloat(float: Float): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  9. def writeInt(int: Int): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  10. def writeLong(long: Long): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  11. def writeShort(short: Short): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput
  12. def writeString(str: String): Unit

    Value written MUST NOT be null

    Value written MUST NOT be null

    Definition Classes
    SimpleOutputWrapperSimpleOutput
  13. def writeTimestamp(millis: Long): Unit
    Definition Classes
    SimpleOutputWrapperSimpleOutput