Repository: polygene-java Updated Branches: refs/heads/serialization-3.0 fb0418d31 -> 324be8faf
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/fdb9e971 Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/fdb9e971 Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/fdb9e971 Branch: refs/heads/serialization-3.0 Commit: fdb9e971d7afb53d09aeb5b5d868e3f165826ec8 Parents: fb0418d Author: Paul Merlin <[email protected]> Authored: Sun Mar 26 16:49:17 2017 +0200 Committer: Paul Merlin <[email protected]> Committed: Sun Mar 26 16:49:17 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/fdb9e971/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 :
