From dev-return-20535-apmail-geode-dev-archive=geode.apache.org@geode.apache.org Thu Apr 27 20:57:11 2017 Return-Path: X-Original-To: apmail-geode-dev-archive@minotaur.apache.org Delivered-To: apmail-geode-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B1D41997E for ; Thu, 27 Apr 2017 20:57:11 +0000 (UTC) Received: (qmail 79576 invoked by uid 500); 27 Apr 2017 20:57:06 -0000 Delivered-To: apmail-geode-dev-archive@geode.apache.org Received: (qmail 79521 invoked by uid 500); 27 Apr 2017 20:57:06 -0000 Mailing-List: contact dev-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list dev@geode.apache.org Received: (qmail 79454 invoked by uid 99); 27 Apr 2017 20:57:06 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 20:57:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id C3B68D65FE for ; Thu, 27 Apr 2017 20:57:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.202 X-Spam-Level: X-Spam-Status: No, score=-99.202 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 8cyt-1t2uQcv for ; Thu, 27 Apr 2017 20:57:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id C38C55FC7E for ; Thu, 27 Apr 2017 20:57:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5C350E0A31 for ; Thu, 27 Apr 2017 20:57:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1962D21DE0 for ; Thu, 27 Apr 2017 20:57:04 +0000 (UTC) Date: Thu, 27 Apr 2017 20:57:04 +0000 (UTC) From: "Jacob S. Barrett (JIRA)" To: dev@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (GEODE-2833) IPdxSerializable objects don't deserialize after custom PdxSerializer is registered. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GEODE-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15987659#comment-15987659 ] Jacob S. Barrett commented on GEODE-2833: ----------------------------------------- See clicache/Serializable.cpp:getPdxType. > IPdxSerializable objects don't deserialize after custom PdxSerializer is registered. > ------------------------------------------------------------------------------------ > > Key: GEODE-2833 > URL: https://issues.apache.org/jira/browse/GEODE-2833 > Project: Geode > Issue Type: Bug > Components: native client > Reporter: Jacob S. Barrett > > Registing a {IPdxSerializer} disables deserialization of {IPdxSerializable} classes. -- This message was sent by Atlassian JIRA (v6.3.15#6346)