object
BinarySerializer extends GlobalLogging
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
currentVersion: String
-
def
deserialize(c: factorie.Cubbie, s: DataInputStream): Unit
-
def
deserialize(cs: Seq[factorie.Cubbie], file: File, gzip: Boolean = false): Unit
-
def
deserialize[T](file: File, gzip: Boolean)(implicit cc: StoreFetchCubbie[T]): T
-
def
deserialize[T](file: File)(implicit cc: StoreFetchCubbie[T]): T
-
def
deserialize[T](filename: String)(implicit cc: StoreFetchCubbie[T]): T
-
-
-
-
def
deserialize(c1: ⇒ factorie.Cubbie, file: File): Unit
-
def
deserialize(c1: ⇒ factorie.Cubbie, filename: String): Unit
-
-
-
def
deserialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit
-
def
deserialize(c1: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
readFile(file: File, gzip: Boolean = false): DataInputStream
-
def
serialize(c: factorie.Cubbie, s: DataOutputStream): Unit
-
def
serialize(cs: Seq[factorie.Cubbie], file: File, gzip: Boolean = false): Unit
-
-
-
-
def
serialize(c1: ⇒ factorie.Cubbie, file: File): Unit
-
def
serialize(c1: ⇒ factorie.Cubbie, filename: String): Unit
-
-
-
def
serialize(c1: ⇒ factorie.Cubbie, c2: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit
-
def
serialize(c1: ⇒ factorie.Cubbie, file: File, gzip: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
writeFile(file: File, gzip: Boolean = false): DataOutputStream