Log Message
Improve documentation for SingleValueConverter usage with attributes (XSTR-738).
Modified Paths
Diff
Modified: trunk/xstream-distribution/src/content/converter-tutorial.html (2069 => 2070)
--- trunk/xstream-distribution/src/content/converter-tutorial.html 2013-06-05 21:10:04 UTC (rev 2069)
+++ trunk/xstream-distribution/src/content/converter-tutorial.html 2013-06-14 19:12:44 UTC (rev 2070)
@@ -232,6 +232,9 @@
necessary anymore:</p>
<div class="Source Java"><pre><person>Guilherme</person></pre></div>
+<p class=highlight>Note, that in implementation of a SingleValueConverter is required for
+attributes, since these objects have to be represented by a single string only.</p>
+
<h1 id="CustomConverter">Date Converter</h1>
<p>Now that we know how the <i>Converter</i> interface works, let's create a
simple calendar converter which uses the locale to convert the
To unsubscribe from this list please visit:
