Title: [2309] trunk/xstream-distribution/src/content/faq.html: Better explanation between pure Java and enhanced mode.
Revision
2309
Author
joehni
Date
2015-01-18 18:33:14 -0600 (Sun, 18 Jan 2015)

Log Message

Better explanation between pure Java and enhanced mode.

Modified Paths


Diff

Modified: trunk/xstream-distribution/src/content/faq.html (2308 => 2309)


--- trunk/xstream-distribution/src/content/faq.html	2015-01-19 00:27:54 UTC (rev 2308)
+++ trunk/xstream-distribution/src/content/faq.html	2015-01-19 00:33:14 UTC (rev 2309)
@@ -63,6 +63,10 @@
     <!-- ...................................................... -->
     <h2 id="Compatibility_enhanced_mode_advantage">What are the advantages of using enhanced mode over pure Java mode?</h2>
 
+	<p>Currently it is not possible to recreate every instance of a type using the official Java API only. The enhanced mode uses some undocumented, but wide-spread
+	available functionality to recreate such instances nevertheless. However, in a secured secured environment, older Java run times or a limited Java environment might
+	prevent the usage of the enhanced mode and XStream uses the plain Java API as fallback. This mode has some restrictions though:</p> 
+
     <table summary="Comparison of pure Java and enhanced mode">
       <tr><th>Feature</th><th>Pure Java</th><th>Enhanced Mode</th></tr>
       <tr><td>Public classes</td><td>Yes</td><td>Yes</td></tr>

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to