Title: [2070] trunk/xstream-distribution/src/content/converter-tutorial.html: Improve documentation for SingleValueConverter usage with attributes (XSTR-738).
Revision
2070
Author
joehni
Date
2013-06-14 14:12:44 -0500 (Fri, 14 Jun 2013)

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>&lt;person&gt;Guilherme&lt;/person&gt;</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:

http://xircles.codehaus.org/manage_email

Reply via email to