cc.factorie.util

BinarySerializer

object BinarySerializer extends GlobalLogging

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BinarySerializer
  2. GlobalLogging
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val currentVersion: String

  9. def deserialize(c: factorie.Cubbie, s: DataInputStream): Unit

  10. def deserialize(cs: Seq[factorie.Cubbie], file: File, gzip: Boolean = false): Unit

  11. def deserialize[T](file: File, gzip: Boolean)(implicit cc: StoreFetchCubbie[T]): T

  12. def deserialize[T](file: File)(implicit cc: StoreFetchCubbie[T]): T

  13. def deserialize[T](filename: String)(implicit cc: StoreFetchCubbie[T]): T

  14. def deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, c4: ⇒ factorie.Cubbie, file: File): Unit

  15. def deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, file: File): Unit

  16. def deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, file: File): Unit

  17. def deserialize(c1: ⇒ factorie.Cubbie, file: File): Unit

  18. def deserialize(c1: ⇒ factorie.Cubbie, filename: String): Unit

  19. def deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, c4: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  20. def deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  21. def deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  22. def deserialize(c1: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

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

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

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

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

    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

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

    Definition Classes
    Any
  29. def logger: Logger

    Definition Classes
    GlobalLoggingLogging
  30. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  33. def readFile(file: File, gzip: Boolean = false): DataInputStream

  34. def serialize(c: factorie.Cubbie, s: DataOutputStream): Unit

  35. def serialize(cs: Seq[factorie.Cubbie], file: File, gzip: Boolean = false): Unit

  36. def serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, c4: ⇒ factorie.Cubbie, file: File): Unit

  37. def serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, file: File): Unit

  38. def serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, file: File): Unit

  39. def serialize(c1: ⇒ factorie.Cubbie, file: File): Unit

  40. def serialize(c1: ⇒ factorie.Cubbie, filename: String): Unit

  41. def serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, c4: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  42. def serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, c3: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  43. def serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  44. def serialize(c1: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def writeFile(file: File, gzip: Boolean = false): DataOutputStream

Inherited from GlobalLogging

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped