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()
PersistabletoBinary in interface Persistablepublic void fromBinary(byte[] bytes)
PersistablefromBinary in interface PersistableCopyright © 2013–2022. All rights reserved.