com.sleepycat.bind
public interface EntryBinding
Method Summary | |
---|---|
Object | entryToObject(DatabaseEntry entry)
Converts a entry buffer into an Object.
|
void | objectToEntry(Object object, DatabaseEntry entry)
Converts an Object into a entry buffer.
|
Parameters: entry is the source entry buffer.
Returns: the resulting Object.
Parameters: object is the source Object. entry is the destination entry buffer.