Minor enhancement in documentation POLYGENE-231
Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/7056ea44 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/7056ea44 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/7056ea44 Branch: refs/heads/serialization-3.0 Commit: 7056ea44abcd96470ce1af719c295b3dc542dcd0 Parents: 2118c3e Author: Paul Merlin <[email protected]> Authored: Sun Mar 26 16:49:17 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Sun Apr 2 19:16:24 2017 +0200 ---------------------------------------------------------------------- core/api/src/docs/serialization.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/polygene-java/blob/7056ea44/core/api/src/docs/serialization.txt ---------------------------------------------------------------------- diff --git a/core/api/src/docs/serialization.txt b/core/api/src/docs/serialization.txt index 68939f9..07b2459 100644 --- a/core/api/src/docs/serialization.txt +++ b/core/api/src/docs/serialization.txt @@ -22,12 +22,12 @@ TIP: +Serialization extends Serializer, Deserializer+. See the <<javadocs>> for The Serialization mechanism apply to the following object types : * ValueComposite, - * EntityReference, - * Iterable & Stream, + * EntityReference & Identity, + * Array, Iterable & Stream, * Map, * Plain Values. -Nested Plain Values, EntityReferences, Iterables, Streams, Maps, ValueComposites are supported. +Nested Plain Values, EntityReferences, Identities, Arrays, Iterables, Streams, Maps, ValueComposites are supported. EntityComposites and EntityReferences are serialized as their identity string. Plain Values can be one of :
