1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.5.0) on Thu May 15 17:17:33 EDT 2008 -->
6<TITLE>
7com.sleepycat.bind.serial (Oracle - Berkeley DB Java API)
8</TITLE>
9
10<META NAME="keywords" CONTENT="com.sleepycat.bind.serial package">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="/style.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    parent.document.title="com.sleepycat.bind.serial (Oracle - Berkeley DB Java API)";
18}
19</SCRIPT>
20<NOSCRIPT>
21</NOSCRIPT>
22
23</HEAD>
24
25<BODY BGCOLOR="white" onload="windowTitle();">
26
27
28<!-- ========= START OF TOP NAVBAR ======= -->
29<A NAME="navbar_top"><!-- --></A>
30<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
31<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
32<TR>
33<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
34<A NAME="navbar_top_firstrow"><!-- --></A>
35<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
36  <TR ALIGN="center" VALIGN="top">
37  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
38  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
39  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
45  </TR>
46</TABLE>
47</TD>
48<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
49<b>Berkeley DB</b><br><font size="-1"> version 4.7.25</font></EM>
50</TD>
51</TR>
52
53<TR>
54<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
55&nbsp;<A HREF="/com/sleepycat/bind/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
56&nbsp;<A HREF="/com/sleepycat/bind/tuple/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
57<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58  <A HREF="/index.html?com/sleepycat/bind/serial/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
59&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
60&nbsp;<SCRIPT type="text/javascript">
61  <!--
62  if(window==top) {
63    document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>');
64  }
65  //-->
66</SCRIPT>
67<NOSCRIPT>
68  <A HREF="/allclasses-noframe.html"><B>All Classes</B></A>
69</NOSCRIPT>
70
71
72</FONT></TD>
73</TR>
74</TABLE>
75<A NAME="skip-navbar_top"></A>
76<!-- ========= END OF TOP NAVBAR ========= -->
77
78<HR>
79<H2>
80Package com.sleepycat.bind.serial
81</H2>
82Bindings that use Java serialization.
83<P>
84<B>See:</B>
85<BR>
86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
87<P>
88
89<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
90<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
91<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
92<B>Interface Summary</B></FONT></TH>
93</TR>
94<TR BGCOLOR="white" CLASS="TableRowColor">
95<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/ClassCatalog.html" title="interface in com.sleepycat.bind.serial">ClassCatalog</A></B></TD>
96<TD>A catalog of class description information for use during object
97 serialization.</TD>
98</TR>
99</TABLE>
100&nbsp;
101
102<P>
103
104<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
105<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
106<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
107<B>Class Summary</B></FONT></TH>
108</TR>
109<TR BGCOLOR="white" CLASS="TableRowColor">
110<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/SerialBase.html" title="class in com.sleepycat.bind.serial">SerialBase</A></B></TD>
111<TD>A base class for serial bindings creators that provides control over the
112 allocation of the output buffer.</TD>
113</TR>
114<TR BGCOLOR="white" CLASS="TableRowColor">
115<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/SerialBinding.html" title="class in com.sleepycat.bind.serial">SerialBinding</A></B></TD>
116<TD>A concrete <code>EntryBinding</code> that treats a key or data entry as
117 a serialized object.</TD>
118</TR>
119<TR BGCOLOR="white" CLASS="TableRowColor">
120<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/SerialInput.html" title="class in com.sleepycat.bind.serial">SerialInput</A></B></TD>
121<TD>A specialized <code>ObjectInputStream</code> that gets class description
122 information from a <code>ClassCatalog</code>.</TD>
123</TR>
124<TR BGCOLOR="white" CLASS="TableRowColor">
125<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/SerialOutput.html" title="class in com.sleepycat.bind.serial">SerialOutput</A></B></TD>
126<TD>A specialized <code>ObjectOutputStream</code> that stores class description
127 information in a <code>ClassCatalog</code>.</TD>
128</TR>
129<TR BGCOLOR="white" CLASS="TableRowColor">
130<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/SerialSerialBinding.html" title="class in com.sleepycat.bind.serial">SerialSerialBinding</A></B></TD>
131<TD>An abstract <code>EntityBinding</code> that treats an entity's key entry and
132 data entry as serialized objects.</TD>
133</TR>
134<TR BGCOLOR="white" CLASS="TableRowColor">
135<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/SerialSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">SerialSerialKeyCreator</A></B></TD>
136<TD>A abstract key creator that uses a serial key and a serial data entry.</TD>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/StoredClassCatalog.html" title="class in com.sleepycat.bind.serial">StoredClassCatalog</A></B></TD>
140<TD>A <code>ClassCatalog</code> that is stored in a <code>Database</code>.</TD>
141</TR>
142<TR BGCOLOR="white" CLASS="TableRowColor">
143<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/TupleSerialBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialBinding</A></B></TD>
144<TD>An abstract <code>EntityBinding</code> that treats an entity's key entry as
145 a tuple and its data entry as a serialized object.</TD>
146</TR>
147<TR BGCOLOR="white" CLASS="TableRowColor">
148<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/TupleSerialKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialKeyCreator</A></B></TD>
149<TD>A abstract key creator that uses a tuple key and a serial data entry.</TD>
150</TR>
151<TR BGCOLOR="white" CLASS="TableRowColor">
152<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledBinding</A></B></TD>
153<TD>A concrete <code>TupleSerialBinding</code> that delegates to the
154 <code>MarshalledTupleKeyEntity</code> interface of the entity class.</TD>
155</TR>
156<TR BGCOLOR="white" CLASS="TableRowColor">
157<TD WIDTH="15%"><B><A HREF="/com/sleepycat/bind/serial/TupleSerialMarshalledKeyCreator.html" title="class in com.sleepycat.bind.serial">TupleSerialMarshalledKeyCreator</A></B></TD>
158<TD>A concrete key creator that works in conjunction with a <A HREF="/com/sleepycat/bind/serial/TupleSerialMarshalledBinding.html" title="class in com.sleepycat.bind.serial"><CODE>TupleSerialMarshalledBinding</CODE></A>.</TD>
159</TR>
160</TABLE>
161&nbsp;
162
163<P>
164<A NAME="package_description"><!-- --></A><H2>
165Package com.sleepycat.bind.serial Description
166</H2>
167
168<P>
169Bindings that use Java serialization.
170<P>
171
172<P>
173<DL>
174</DL>
175<HR>
176
177
178<!-- ======= START OF BOTTOM NAVBAR ====== -->
179<A NAME="navbar_bottom"><!-- --></A>
180<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
181<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
182<TR>
183<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
184<A NAME="navbar_bottom_firstrow"><!-- --></A>
185<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
186  <TR ALIGN="center" VALIGN="top">
187  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
188  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
189  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
190  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
191  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
192  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
193  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
194  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="/help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
195  </TR>
196</TABLE>
197</TD>
198<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
199<b>Berkeley DB</b><br><font size="-1"> version 4.7.25</font></EM>
200</TD>
201</TR>
202
203<TR>
204<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
205&nbsp;<A HREF="/com/sleepycat/bind/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
206&nbsp;<A HREF="/com/sleepycat/bind/tuple/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
207<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
208  <A HREF="/index.html?com/sleepycat/bind/serial/package-summary.html" target="_top"><B>FRAMES</B></A>  &nbsp;
209&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
210&nbsp;<SCRIPT type="text/javascript">
211  <!--
212  if(window==top) {
213    document.writeln('<A HREF="/allclasses-noframe.html"><B>All Classes</B></A>');
214  }
215  //-->
216</SCRIPT>
217<NOSCRIPT>
218  <A HREF="/allclasses-noframe.html"><B>All Classes</B></A>
219</NOSCRIPT>
220
221
222</FONT></TD>
223</TR>
224</TABLE>
225<A NAME="skip-navbar_bottom"></A>
226<!-- ======== END OF BOTTOM NAVBAR ======= -->
227
228<HR>
229<font size=1>Copyright (c) 1996,2008 Oracle.  All rights reserved.</font>
230</BODY>
231</HTML>
232