Browse Source

changed wording a bit

Johannes 13 năm trước cách đây
mục cha
commit
4404a28c41
1 tập tin đã thay đổi với 6 bổ sung3 xóa
  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
 ~~~~~~~~
-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
 ~~~~~~~~~~~~~