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 and 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 and Description |
---|---|
class |
TupleOutput
An
OutputStream with DataOutput -like methods for
writing tuple fields. |
Copyright (c) 2002, 2017 Oracle and/or its affiliates. All rights reserved.