Package | Description |
---|---|
com.sleepycat.bind.serial |
Bindings that use Java serialization.
|
com.sleepycat.bind.tuple |
Bindings that use sequences of primitive fields, or tuples.
|
Modifier and Type | Method | Description |
---|---|---|
protected FastOutputStream |
SerialBase.getSerialOutput(java.lang.Object object) |
Returns an empty SerialOutput instance that will be used by the serial
binding or key creator.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TupleOutput |
An
OutputStream with DataOutput -like methods for
writing tuple fields. |
Copyright (c) 1996, 2020 Oracle and/or its affiliates. All rights reserved.