org.apache.activemq.apollo.openwire.support

MarshallingSupport

object MarshallingSupport extends

Visibility
  1. Public
  2. All

Value Members

  1. def marshalBoolean (out: DataOutputStream, value: Boolean): Unit

  2. def marshalByte (out: DataOutputStream, value: Byte): Unit

  3. def marshalByteArray (out: DataOutputStream, value: Array[Byte], offset: Int, length: Int): Unit

  4. def marshalByteArray (out: DataOutputStream, value: Array[Byte]): Unit

  5. def marshalChar (out: DataOutputStream, value: Char): Unit

  6. def marshalDouble (out: DataOutputStream, value: Double): Unit

  7. def marshalFloat (out: DataOutputStream, value: Float): Unit

  8. def marshalInt (out: DataOutputStream, value: Int): Unit

  9. def marshalLong (out: DataOutputStream, value: Long): Unit

  10. def marshalNull (out: DataOutputStream): Unit

  11. def marshalPrimitive (out: DataOutputStream, value: Any): Unit

  12. def marshalPrimitiveList (list: List, out: DataOutputStream): Unit

  13. def marshalPrimitiveMap (map: Map, out: DataOutputStream): Unit

  14. def marshalShort (out: DataOutputStream, value: Short): Unit

  15. def marshalString (out: DataOutputStream, s: String): Unit

  16. def propertiesToString (props: Properties): String

  17. def readUTF8 (dataIn: DataInput): String

  18. def stringToProperties (str: String): Properties

  19. def truncate64 (text: String): String

  20. def unmarshalPrimitive (in: DataInputStream): AnyRef

  21. def unmarshalPrimitiveList (in: DataInputStream): List[AnyRef]

  22. def unmarshalPrimitiveMap (in: DataInputStream, maxPropertySize: Int): Map[String, AnyRef]

  23. def unmarshalPrimitiveMap (in: DataInputStream): Map[String, AnyRef]

  24. def writeUTF8 (dataOut: DataOutput, text: String): Unit