public class DataStoreProperty extends Object implements Persistable
FieldReader
and FieldWriter
implementation.Constructor and Description |
---|
DataStoreProperty() |
DataStoreProperty(String key,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
fromBinary(byte[] bytes)
Convert a stream of binary bytes to fields and data within an object.
|
String |
getKey() |
Object |
getValue() |
byte[] |
toBinary()
Convert fields and data within an object to binary form for transmission or storage.
|
public String getKey()
public Object getValue()
public byte[] toBinary()
Persistable
toBinary
in interface Persistable
public void fromBinary(byte[] bytes)
Persistable
fromBinary
in interface Persistable
Copyright © 2013–2022. All rights reserved.