/Prototipo/Servlet/lib/xstream-distribution-1.4.1-bin/xstream-1.4.1/docs/javadoc/com/thoughtworks/xstream/converters/collections/package-summary.html

http://prototipomemoria.googlecode.com/ · HTML · 218 lines · 180 code · 22 blank · 16 comment · 0 complexity · 58e62c7316f8b78dd20970d4c80c698b MD5 · raw file

  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.6.0_26) on Thu Aug 11 04:40:25 CEST 2011 -->
  6. <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  7. <TITLE>
  8. com.thoughtworks.xstream.converters.collections (XStream Core 1.4.1 API)
  9. </TITLE>
  10. <META NAME="date" CONTENT="2011-08-11">
  11. <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
  12. <SCRIPT type="text/javascript">
  13. function windowTitle()
  14. {
  15. if (location.href.indexOf('is-external=true') == -1) {
  16. parent.document.title="com.thoughtworks.xstream.converters.collections (XStream Core 1.4.1 API)";
  17. }
  18. }
  19. </SCRIPT>
  20. <NOSCRIPT>
  21. </NOSCRIPT>
  22. </HEAD>
  23. <BODY BGCOLOR="white" onload="windowTitle();">
  24. <HR>
  25. <!-- ========= START OF TOP NAVBAR ======= -->
  26. <A NAME="navbar_top"><!-- --></A>
  27. <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
  28. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  29. <TR>
  30. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  31. <A NAME="navbar_top_firstrow"><!-- --></A>
  32. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  33. <TR ALIGN="center" VALIGN="top">
  34. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  35. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  36. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  37. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  38. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  39. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  40. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  41. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  42. </TR>
  43. </TABLE>
  44. </TD>
  45. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  46. </EM>
  47. </TD>
  48. </TR>
  49. <TR>
  50. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  51. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/basic/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/enums/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  53. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  54. <A HREF="../../../../../index.html?com/thoughtworks/xstream/converters/collections/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  55. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  56. &nbsp;<SCRIPT type="text/javascript">
  57. <!--
  58. if(window==top) {
  59. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  60. }
  61. //-->
  62. </SCRIPT>
  63. <NOSCRIPT>
  64. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  65. </NOSCRIPT>
  66. </FONT></TD>
  67. </TR>
  68. </TABLE>
  69. <A NAME="skip-navbar_top"></A>
  70. <!-- ========= END OF TOP NAVBAR ========= -->
  71. <HR>
  72. <H2>
  73. Package com.thoughtworks.xstream.converters.collections
  74. </H2>
  75. Converters for collection objects that write their items as
  76. nested elements, such as arrays, Lists, Sets and Maps.
  77. <P>
  78. <B>See:</B>
  79. <BR>
  80. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  81. <P>
  82. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  83. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  84. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  85. <B>Class Summary</B></FONT></TH>
  86. </TR>
  87. <TR BGCOLOR="white" CLASS="TableRowColor">
  88. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/AbstractCollectionConverter.html" title="class in com.thoughtworks.xstream.converters.collections">AbstractCollectionConverter</A></B></TD>
  89. <TD>Base helper class for converters that need to handle
  90. collections of items (arrays, Lists, Maps, etc).</TD>
  91. </TR>
  92. <TR BGCOLOR="white" CLASS="TableRowColor">
  93. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/ArrayConverter.html" title="class in com.thoughtworks.xstream.converters.collections">ArrayConverter</A></B></TD>
  94. <TD>Converts an array of objects or primitives to XML, using
  95. a nested child element for each item.</TD>
  96. </TR>
  97. <TR BGCOLOR="white" CLASS="TableRowColor">
  98. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/BitSetConverter.html" title="class in com.thoughtworks.xstream.converters.collections">BitSetConverter</A></B></TD>
  99. <TD>Converts a java.util.BitSet to XML, as a compact
  100. comma delimited list of ones and zeros.</TD>
  101. </TR>
  102. <TR BGCOLOR="white" CLASS="TableRowColor">
  103. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/CharArrayConverter.html" title="class in com.thoughtworks.xstream.converters.collections">CharArrayConverter</A></B></TD>
  104. <TD>Converts a char[] to XML, storing the contents as a single
  105. String.</TD>
  106. </TR>
  107. <TR BGCOLOR="white" CLASS="TableRowColor">
  108. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/CollectionConverter.html" title="class in com.thoughtworks.xstream.converters.collections">CollectionConverter</A></B></TD>
  109. <TD>Converts most common Collections (Lists and Sets) to XML, specifying a nested
  110. element for each item.</TD>
  111. </TR>
  112. <TR BGCOLOR="white" CLASS="TableRowColor">
  113. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/MapConverter.html" title="class in com.thoughtworks.xstream.converters.collections">MapConverter</A></B></TD>
  114. <TD>Converts a java.util.Map to XML, specifying an 'entry'
  115. element with 'key' and 'value' children.</TD>
  116. </TR>
  117. <TR BGCOLOR="white" CLASS="TableRowColor">
  118. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/PropertiesConverter.html" title="class in com.thoughtworks.xstream.converters.collections">PropertiesConverter</A></B></TD>
  119. <TD>Special converter for java.util.Properties that stores properties in a more compact form than
  120. java.util.Map.</TD>
  121. </TR>
  122. <TR BGCOLOR="white" CLASS="TableRowColor">
  123. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/TreeMapConverter.html" title="class in com.thoughtworks.xstream.converters.collections">TreeMapConverter</A></B></TD>
  124. <TD>Converts a java.util.TreeMap to XML, and serializes
  125. the associated java.util.Comparator.</TD>
  126. </TR>
  127. <TR BGCOLOR="white" CLASS="TableRowColor">
  128. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/collections/TreeSetConverter.html" title="class in com.thoughtworks.xstream.converters.collections">TreeSetConverter</A></B></TD>
  129. <TD>Converts a java.util.TreeSet to XML, and serializes
  130. the associated java.util.Comparator.</TD>
  131. </TR>
  132. </TABLE>
  133. &nbsp;
  134. <P>
  135. <A NAME="package_description"><!-- --></A><H2>
  136. Package com.thoughtworks.xstream.converters.collections Description
  137. </H2>
  138. <P>
  139. <p>Converters for collection objects that write their items as
  140. nested elements, such as arrays, Lists, Sets and Maps.</p>
  141. <p>All the converters in this package are enabled by default.</p>
  142. <P>
  143. <P>
  144. <DL>
  145. </DL>
  146. <HR>
  147. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  148. <A NAME="navbar_bottom"><!-- --></A>
  149. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  150. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  151. <TR>
  152. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  153. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  154. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  155. <TR ALIGN="center" VALIGN="top">
  156. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  157. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  158. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  159. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  160. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  161. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  162. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  163. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  164. </TR>
  165. </TABLE>
  166. </TD>
  167. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  168. </EM>
  169. </TD>
  170. </TR>
  171. <TR>
  172. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  173. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/basic/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  174. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/enums/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  175. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  176. <A HREF="../../../../../index.html?com/thoughtworks/xstream/converters/collections/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  177. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  178. &nbsp;<SCRIPT type="text/javascript">
  179. <!--
  180. if(window==top) {
  181. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  182. }
  183. //-->
  184. </SCRIPT>
  185. <NOSCRIPT>
  186. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  187. </NOSCRIPT>
  188. </FONT></TD>
  189. </TR>
  190. </TABLE>
  191. <A NAME="skip-navbar_bottom"></A>
  192. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  193. <HR>
  194. Copyright &#169; 2004-2011 <a href="http://xstream.codehaus.org">XStream</a>. All Rights Reserved.
  195. </BODY>
  196. </HTML>