Package com.linkedin.dagli.objectio.kryo

  • Interface Summary
    Interface Description
    StreamTransformer
    A StreamTransformer represents a pair of transformation methods: - an OutputStream transformer that wraps a provided OutputStream to provide, e.g.
  • Class Summary
    Class Description
    KryoFileReader<T>
    Reads Kryo-serialized objects from a file previously written by KryoFileWriter.
    KryoFileWriter<T>
    Writes objects to a file using Kryo serialization.
    KryoMemoryWriter<T>
    A writer that writes Kryo-serialized objects to memory.