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

http://prototipomemoria.googlecode.com/ · HTML · 186 lines · 151 code · 19 blank · 16 comment · 0 complexity · d2208f4ce7e9f3af5c544fad1dc6e6d2 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.io.json (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.io.json (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/io/copy/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  52. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/io/naming/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/io/json/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.io.json
  74. </H2>
  75. <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
  76. <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
  77. <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
  78. <B>Class Summary</B></FONT></TH>
  79. </TR>
  80. <TR BGCOLOR="white" CLASS="TableRowColor">
  81. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/AbstractJsonWriter.html" title="class in com.thoughtworks.xstream.io.json">AbstractJsonWriter</A></B></TD>
  82. <TD>An abstract implementation of a writer that calls abstract methods to build JSON structures.</TD>
  83. </TR>
  84. <TR BGCOLOR="white" CLASS="TableRowColor">
  85. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/AbstractJsonWriter.Type.html" title="class in com.thoughtworks.xstream.io.json">AbstractJsonWriter.Type</A></B></TD>
  86. <TD>&nbsp;</TD>
  87. </TR>
  88. <TR BGCOLOR="white" CLASS="TableRowColor">
  89. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/JettisonMappedXmlDriver.html" title="class in com.thoughtworks.xstream.io.json">JettisonMappedXmlDriver</A></B></TD>
  90. <TD>Simple XStream driver wrapping Jettison's Mapped reader and writer.</TD>
  91. </TR>
  92. <TR BGCOLOR="white" CLASS="TableRowColor">
  93. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/JettisonStaxWriter.html" title="class in com.thoughtworks.xstream.io.json">JettisonStaxWriter</A></B></TD>
  94. <TD>A specialized <A HREF="../../../../../com/thoughtworks/xstream/io/xml/StaxWriter.html" title="class in com.thoughtworks.xstream.io.xml"><CODE>StaxWriter</CODE></A> that makes usage of internal functionality of Jettison.</TD>
  95. </TR>
  96. <TR BGCOLOR="white" CLASS="TableRowColor">
  97. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/JsonHierarchicalStreamDriver.html" title="class in com.thoughtworks.xstream.io.json">JsonHierarchicalStreamDriver</A></B></TD>
  98. <TD>A driver for JSON that writes optimized JSON format, but is not able to deserialize the result.</TD>
  99. </TR>
  100. <TR BGCOLOR="white" CLASS="TableRowColor">
  101. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/JsonHierarchicalStreamWriter.html" title="class in com.thoughtworks.xstream.io.json">JsonHierarchicalStreamWriter</A></B></TD>
  102. <TD><B>Deprecated.</B>&nbsp;<I>As of 1.3.1, use JsonWriter instead</I></TD>
  103. </TR>
  104. <TR BGCOLOR="white" CLASS="TableRowColor">
  105. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/JsonWriter.html" title="class in com.thoughtworks.xstream.io.json">JsonWriter</A></B></TD>
  106. <TD>A simple writer that outputs JSON in a pretty-printed indented stream.</TD>
  107. </TR>
  108. <TR BGCOLOR="white" CLASS="TableRowColor">
  109. <TD WIDTH="15%"><B><A HREF="../../../../../com/thoughtworks/xstream/io/json/JsonWriter.Format.html" title="class in com.thoughtworks.xstream.io.json">JsonWriter.Format</A></B></TD>
  110. <TD>Format definition for JSON.</TD>
  111. </TR>
  112. </TABLE>
  113. &nbsp;
  114. <P>
  115. <DL>
  116. </DL>
  117. <HR>
  118. <!-- ======= START OF BOTTOM NAVBAR ====== -->
  119. <A NAME="navbar_bottom"><!-- --></A>
  120. <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
  121. <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
  122. <TR>
  123. <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
  124. <A NAME="navbar_bottom_firstrow"><!-- --></A>
  125. <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  126. <TR ALIGN="center" VALIGN="top">
  127. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  128. <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
  129. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  130. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
  131. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  132. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  133. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  134. <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  135. </TR>
  136. </TABLE>
  137. </TD>
  138. <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
  139. </EM>
  140. </TD>
  141. </TR>
  142. <TR>
  143. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  144. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/io/copy/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
  145. &nbsp;<A HREF="../../../../../com/thoughtworks/xstream/io/naming/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  146. <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  147. <A HREF="../../../../../index.html?com/thoughtworks/xstream/io/json/package-summary.html" target="_top"><B>FRAMES</B></A> &nbsp;
  148. &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
  149. &nbsp;<SCRIPT type="text/javascript">
  150. <!--
  151. if(window==top) {
  152. document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  153. }
  154. //-->
  155. </SCRIPT>
  156. <NOSCRIPT>
  157. <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
  158. </NOSCRIPT>
  159. </FONT></TD>
  160. </TR>
  161. </TABLE>
  162. <A NAME="skip-navbar_bottom"></A>
  163. <!-- ======== END OF BOTTOM NAVBAR ======= -->
  164. <HR>
  165. Copyright &#169; 2004-2011 <a href="http://xstream.codehaus.org">XStream</a>. All Rights Reserved.
  166. </BODY>
  167. </HTML>