Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0F8581753C for ; Fri, 10 Jul 2015 09:15:20 +0000 (UTC) Received: (qmail 58985 invoked by uid 500); 10 Jul 2015 09:15:20 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 58955 invoked by uid 500); 10 Jul 2015 09:15:20 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 58946 invoked by uid 99); 10 Jul 2015 09:15:19 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Jul 2015 09:15:19 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id D74B7AC08D5 for ; Fri, 10 Jul 2015 09:15:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1690230 - /sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/WKTFormat.java Date: Fri, 10 Jul 2015 09:15:19 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150710091519.D74B7AC08D5@hades.apache.org> Author: desruisseaux Date: Fri Jul 10 09:15:19 2015 New Revision: 1690230 URL: http://svn.apache.org/r1690230 Log: Add a note about the fact that we currently do not serialize the factories. Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/WKTFormat.java Modified: sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/WKTFormat.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/WKTFormat.java?rev=1690230&r1=1690229&r2=1690230&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/WKTFormat.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-metadata/src/main/java/org/apache/sis/io/wkt/WKTFormat.java [UTF-8] Fri Jul 10 09:15:19 2015 @@ -600,6 +600,11 @@ public class WKTFormat extends CompoundF *
  • {@linkplain CoordinateOperationFactory}.class
  • * * + *
    Limitation
    + * The current implementation does not serialize the given factories, because they are usually not + * {@link java.io.Serializable}. The factories used by {@code WKTFormat} instances after deserialization + * are the default ones. + * * @param The compile-time type of the {@code type} argument. * @param type The factory type. * @param factory The factory to be used by this {@code WKTFormat} for the given type.