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

http://prototipomemoria.googlecode.com/ · HTML · 292 lines · 255 code · 21 blank · 16 comment · 0 complexity · 6783748da503ecb3e1b47bc81680b658 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.extended (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.extended (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/enums/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/javabean/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/extended/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.extended
  74. </H2>
  75. Extra converters that may not be enabled in XStream by default.
  76. <P>
  77. <B>See:</B>
  78. <BR>
  79. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
  80. <P>
  81. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  82. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  83. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  84. <B>Class Summary</B></FONT></TH>
  85. </TR>
  86. <TR BGCOLOR="white" CLASS="TableRowColor">
  87. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/CharsetConverter.html" title="class in com.thoughtworks.xstream.converters.extended">CharsetConverter</A></B></TD>
  88. <TD>Converts a java.nio.charset.Carset to a string.</TD>
  89. </TR>
  90. <TR BGCOLOR="white" CLASS="TableRowColor">
  91. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ColorConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ColorConverter</A></B></TD>
  92. <TD>Converts a java.awt.Color to XML, using four nested elements:
  93. red, green, blue, alpha.</TD>
  94. </TR>
  95. <TR BGCOLOR="white" CLASS="TableRowColor">
  96. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/CurrencyConverter.html" title="class in com.thoughtworks.xstream.converters.extended">CurrencyConverter</A></B></TD>
  97. <TD>Converts a java.util.Currency to String.</TD>
  98. </TR>
  99. <TR BGCOLOR="white" CLASS="TableRowColor">
  100. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/DurationConverter.html" title="class in com.thoughtworks.xstream.converters.extended">DurationConverter</A></B></TD>
  101. <TD>A Converter for the XML Schema datatype <a
  102. href="http://www.w3.org/TR/xmlschema-2/#duration">duration</a> and the Java type
  103. <A HREF="http://download.oracle.com/javase/6/docs/api/javax/xml/datatype/Duration.html?is-external=true" title="class or interface in javax.xml.datatype"><CODE>Duration</CODE></A>.</TD>
  104. </TR>
  105. <TR BGCOLOR="white" CLASS="TableRowColor">
  106. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/DynamicProxyConverter.html" title="class in com.thoughtworks.xstream.converters.extended">DynamicProxyConverter</A></B></TD>
  107. <TD>Converts a dynamic proxy to XML, storing the implemented
  108. interfaces and handler.</TD>
  109. </TR>
  110. <TR BGCOLOR="white" CLASS="TableRowColor">
  111. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/EncodedByteArrayConverter.html" title="class in com.thoughtworks.xstream.converters.extended">EncodedByteArrayConverter</A></B></TD>
  112. <TD>Converts a byte array to a single Base64 encoding string.</TD>
  113. </TR>
  114. <TR BGCOLOR="white" CLASS="TableRowColor">
  115. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/FileConverter.html" title="class in com.thoughtworks.xstream.converters.extended">FileConverter</A></B></TD>
  116. <TD>This converter will take care of storing and retrieving File with either
  117. an absolute path OR a relative path depending on how they were created.</TD>
  118. </TR>
  119. <TR BGCOLOR="white" CLASS="TableRowColor">
  120. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/FontConverter.html" title="class in com.thoughtworks.xstream.converters.extended">FontConverter</A></B></TD>
  121. <TD>&nbsp;</TD>
  122. </TR>
  123. <TR BGCOLOR="white" CLASS="TableRowColor">
  124. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/GregorianCalendarConverter.html" title="class in com.thoughtworks.xstream.converters.extended">GregorianCalendarConverter</A></B></TD>
  125. <TD>Converts a java.util.GregorianCalendar to XML.</TD>
  126. </TR>
  127. <TR BGCOLOR="white" CLASS="TableRowColor">
  128. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ISO8601DateConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ISO8601DateConverter</A></B></TD>
  129. <TD>A DateConverter conforming to the ISO8601 standard.</TD>
  130. </TR>
  131. <TR BGCOLOR="white" CLASS="TableRowColor">
  132. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ISO8601GregorianCalendarConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ISO8601GregorianCalendarConverter</A></B></TD>
  133. <TD>A GregorianCalendarConverter conforming to the ISO8601 standard.</TD>
  134. </TR>
  135. <TR BGCOLOR="white" CLASS="TableRowColor">
  136. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ISO8601SqlTimestampConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ISO8601SqlTimestampConverter</A></B></TD>
  137. <TD>A SqlTimestampConverter conforming to the ISO8601 standard.</TD>
  138. </TR>
  139. <TR BGCOLOR="white" CLASS="TableRowColor">
  140. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/JavaClassConverter.html" title="class in com.thoughtworks.xstream.converters.extended">JavaClassConverter</A></B></TD>
  141. <TD>Converts a java.lang.Class to XML.</TD>
  142. </TR>
  143. <TR BGCOLOR="white" CLASS="TableRowColor">
  144. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/JavaFieldConverter.html" title="class in com.thoughtworks.xstream.converters.extended">JavaFieldConverter</A></B></TD>
  145. <TD>Converts a java.lang.reflect.Field to XML.</TD>
  146. </TR>
  147. <TR BGCOLOR="white" CLASS="TableRowColor">
  148. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/JavaMethodConverter.html" title="class in com.thoughtworks.xstream.converters.extended">JavaMethodConverter</A></B></TD>
  149. <TD>Converts a java.lang.reflect.Method to XML.</TD>
  150. </TR>
  151. <TR BGCOLOR="white" CLASS="TableRowColor">
  152. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/LocaleConverter.html" title="class in com.thoughtworks.xstream.converters.extended">LocaleConverter</A></B></TD>
  153. <TD>Converts a java.util.Locale to a string.</TD>
  154. </TR>
  155. <TR BGCOLOR="white" CLASS="TableRowColor">
  156. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/LookAndFeelConverter.html" title="class in com.thoughtworks.xstream.converters.extended">LookAndFeelConverter</A></B></TD>
  157. <TD>A converter for Swing LookAndFeel implementations.</TD>
  158. </TR>
  159. <TR BGCOLOR="white" CLASS="TableRowColor">
  160. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/PropertyEditorCapableConverter.html" title="class in com.thoughtworks.xstream.converters.extended">PropertyEditorCapableConverter</A></B></TD>
  161. <TD>A SingleValueConverter that can utilize a <A HREF="http://download.oracle.com/javase/6/docs/api/java/beans/PropertyEditor.html?is-external=true" title="class or interface in java.beans"><CODE>PropertyEditor</CODE></A> implementation used for a
  162. specific type.</TD>
  163. </TR>
  164. <TR BGCOLOR="white" CLASS="TableRowColor">
  165. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/RegexPatternConverter.html" title="class in com.thoughtworks.xstream.converters.extended">RegexPatternConverter</A></B></TD>
  166. <TD>Ensures java.util.regex.Pattern is compiled upon deserialization.</TD>
  167. </TR>
  168. <TR BGCOLOR="white" CLASS="TableRowColor">
  169. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/SqlDateConverter.html" title="class in com.thoughtworks.xstream.converters.extended">SqlDateConverter</A></B></TD>
  170. <TD>Converts a java.sql.Date to text.</TD>
  171. </TR>
  172. <TR BGCOLOR="white" CLASS="TableRowColor">
  173. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/SqlTimeConverter.html" title="class in com.thoughtworks.xstream.converters.extended">SqlTimeConverter</A></B></TD>
  174. <TD>Converts a java.sql.Time to text.</TD>
  175. </TR>
  176. <TR BGCOLOR="white" CLASS="TableRowColor">
  177. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/SqlTimestampConverter.html" title="class in com.thoughtworks.xstream.converters.extended">SqlTimestampConverter</A></B></TD>
  178. <TD>Converts a java.sql.Timestamp to text.</TD>
  179. </TR>
  180. <TR BGCOLOR="white" CLASS="TableRowColor">
  181. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/StackTraceElementConverter.html" title="class in com.thoughtworks.xstream.converters.extended">StackTraceElementConverter</A></B></TD>
  182. <TD>Converter for StackTraceElement (the lines of a stack trace) - JDK 1.4+ only.</TD>
  183. </TR>
  184. <TR BGCOLOR="white" CLASS="TableRowColor">
  185. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/StackTraceElementFactory.html" title="class in com.thoughtworks.xstream.converters.extended">StackTraceElementFactory</A></B></TD>
  186. <TD>Factory for creating StackTraceElements.</TD>
  187. </TR>
  188. <TR BGCOLOR="white" CLASS="TableRowColor">
  189. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/SubjectConverter.html" title="class in com.thoughtworks.xstream.converters.extended">SubjectConverter</A></B></TD>
  190. <TD>Converts a <A HREF="http://download.oracle.com/javase/6/docs/api/javax/security/auth/Subject.html?is-external=true" title="class or interface in javax.security.auth"><CODE>Subject</CODE></A> instance.</TD>
  191. </TR>
  192. <TR BGCOLOR="white" CLASS="TableRowColor">
  193. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/TextAttributeConverter.html" title="class in com.thoughtworks.xstream.converters.extended">TextAttributeConverter</A></B></TD>
  194. <TD>A converter for <A HREF="http://download.oracle.com/javase/6/docs/api/java/awt/font/TextAttribute.html?is-external=true" title="class or interface in java.awt.font"><CODE>TextAttribute</CODE></A> constants.</TD>
  195. </TR>
  196. <TR BGCOLOR="white" CLASS="TableRowColor">
  197. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ThrowableConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ThrowableConverter</A></B></TD>
  198. <TD>Converter for Throwable (and Exception) that retains stack trace, for JDK1.4 only.</TD>
  199. </TR>
  200. <TR BGCOLOR="white" CLASS="TableRowColor">
  201. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ToAttributedValueConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ToAttributedValueConverter</A></B></TD>
  202. <TD>Converter that supports the definition of one field member that will be written as value and
  203. all other field members are written as attributes.</TD>
  204. </TR>
  205. <TR BGCOLOR="white" CLASS="TableRowColor">
  206. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/converters/extended/ToStringConverter.html" title="class in com.thoughtworks.xstream.converters.extended">ToStringConverter</A></B></TD>
  207. <TD>Convenient converter for classes with natural string representation.</TD>
  208. </TR>
  209. </TABLE>
  210. &nbsp;
  211. <P>
  212. <A NAME="package_description"><!-- --></A><H2>
  213. Package com.thoughtworks.xstream.converters.extended Description
  214. </H2>
  215. <P>
  216. <p>Extra converters that may not be enabled in XStream by default.</p>
  217. <P>
  218. <P>
  219. <DL>
  220. </DL>
  221. <HR>
  222. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  223. <A NAME="navbar_bottom"><!-- --></A>
  224. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  225. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  226. <TR>
  227. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  228. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  229. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  230. <TR ALIGN="center" VALIGN="top">
  231. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  232. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  233. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  234. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  235. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  236. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  237. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  238. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  239. </TR>
  240. </TABLE>
  241. </TD>
  242. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  243. </EM>
  244. </TD>
  245. </TR>
  246. <TR>
  247. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  248. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/enums/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  249. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/converters/javabean/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  250. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  251. <A HREF="../../../../../index.html?com/thoughtworks/xstream/converters/extended/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  252. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  253. &nbsp;<SCRIPT type="text/javascript">
  254. <!--
  255. if(window==top) {
  256. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  257. }
  258. //-->
  259. </SCRIPT>
  260. <NOSCRIPT>
  261. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  262. </NOSCRIPT>
  263. </FONT></TD>
  264. </TR>
  265. </TABLE>
  266. <A NAME="skip-navbar_bottom"></A>
  267. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  268. <HR>
  269. Copyright &#169; 2004-2011 <a href="http://xstream.codehaus.org">XStream</a>. All Rights Reserved.
  270. </BODY>
  271. </HTML>