put

abstract fun <T : MessageLite?> put(key: String, @Nullable value: T): ListenableFuture<T>

Write a protocol buffer to disk

Return

value if success

Parameters

key

to store to

value

to store

<T>

proto type