public class PersistableStore extends Object implements Persistable
Constructor and Description |
---|
PersistableStore() |
PersistableStore(DataStorePluginOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
fromBinary(byte[] bytes)
Convert a stream of binary bytes to fields and data within an object.
|
DataStorePluginOptions |
getDataStoreOptions() |
byte[] |
toBinary()
Convert fields and data within an object to binary form for transmission or storage.
|
public PersistableStore()
public PersistableStore(DataStorePluginOptions options)
public DataStorePluginOptions getDataStoreOptions()
public byte[] toBinary()
Persistable
toBinary
in interface Persistable
public void fromBinary(byte[] bytes)
Persistable
fromBinary
in interface Persistable
Copyright © 2013–2022. All rights reserved.