javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Model.java
branchmodel
changeset 964 df60ba2aeb87
parent 770 26513bd377b9
child 1023 ad9a37489365
     1.1 --- a/javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Model.java	Fri Feb 22 08:59:40 2013 +0100
     1.2 +++ b/javaquery/api/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Model.java	Wed Apr 10 12:19:32 2013 +0200
     1.3 @@ -27,8 +27,9 @@
     1.4   * annotated by {@link ComputedProperty} which define derived
     1.5   * properties in the model class.
     1.6   * <p>
     1.7 - * The {@link #className() generated class} will have methods
     1.8 - * to convert the object <code>toJSON</code> and <code>fromJSON</code>.
     1.9 + * The {@link #className() generated class}'s <code>toString</code>
    1.10 + * converts the state of the object into 
    1.11 + * <a href="http://en.wikipedia.org/wiki/JSON">JSON</a> format.
    1.12   *
    1.13   * @author Jaroslav Tulach <jtulach@netbeans.org>
    1.14   */