Interface ObjectFileStore

All Known Implementing Classes:
ObjectFileStoreKryo, ObjectFileStoreNative

public interface ObjectFileStore
  • Method Summary

    Modifier and Type
    Method
    Description
    read(Path source)
     
    default <T> T
    readAs(Path source)
     
    void
    write(Path target, Object obj)