Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0DE36200C52 for ; Sun, 26 Mar 2017 17:03:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0AE52160B6B; Sun, 26 Mar 2017 15:03:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 55D10160B87 for ; Sun, 26 Mar 2017 17:03:56 +0200 (CEST) Received: (qmail 28827 invoked by uid 500); 26 Mar 2017 15:03:55 -0000 Mailing-List: contact commits-help@polygene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@polygene.apache.org Delivered-To: mailing list commits@polygene.apache.org Received: (qmail 28786 invoked by uid 99); 26 Mar 2017 15:03:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Mar 2017 15:03:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A03CDE009D; Sun, 26 Mar 2017 15:03:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: paulmerlin@apache.org To: commits@polygene.apache.org Date: Sun, 26 Mar 2017 15:03:53 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/4] polygene-java git commit: Minor enhancement in documentation archived-at: Sun, 26 Mar 2017 15:03:57 -0000 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 Authored: Sun Mar 26 16:49:17 2017 +0200 Committer: Paul Merlin 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 <> 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 :