ObjectSerializer

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun restore(input: InputStream?): T

fun restore(filename: String, context: Context): T?

Restores the commit log or cache from disk to memory.

Link copied to clipboard
fun save(object: T, output: OutputStream?)

fun save(object: T, filename: String?, context: Context)

Saves the commit log to disk.