瀏覽代碼

changed wording a bit

Johannes 13 年之前
父節點
當前提交
4404a28c41
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      Resources/doc/index.rst

+ 6 - 3
Resources/doc/index.rst

@@ -334,9 +334,12 @@ default the order is undefined, but you may change it to either "alphabetical",
 
 
 @Inline
 @Inline
 ~~~~~~~~
 ~~~~~~~~
-This annotation can be defined on a property to indicate that the property should
-be serialized inline. AccessorOrder doesn't work when using inline annotation.
-NOTE: If the property contains properties with the same name, properties in parent will be overriden.
+This annotation can be defined on a property to indicate that the data of the property
+should be inlined. 
+
+**Note**: This only works for serialization, the serializer will not be able to deserialize
+objects with this annotation. Also, AccessorOrder will be using the name of the property
+to determine the order.
 
 
 @PreSerialize
 @PreSerialize
 ~~~~~~~~~~~~~
 ~~~~~~~~~~~~~