From 195d452fe2839b4e78f5e12300249dfbb25bf085 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 19 Oct 2015 18:44:37 -0700 Subject: [PATCH] SGF-442 - Remove incorrect statements about GemFire Java Reflection-based (PDX) Serialization in the SDG Reference Guide. --- src/asciidoc/reference/function-annotations.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/reference/function-annotations.adoc b/src/asciidoc/reference/function-annotations.adoc index 64983da2..f2127d43 100644 --- a/src/asciidoc/reference/function-annotations.adoc +++ b/src/asciidoc/reference/function-annotations.adoc @@ -371,8 +371,8 @@ where the SDG annotated POJO Function is registered and used, e.g. ... ---- Alternatively, a developer my use GemFire's http://gemfire.docs.pivotal.io/latest/javadocs/japi/com/gemstone/gemfire/pdx/ReflectionBasedAutoSerializer.html[ReflectionBasedAutoSerializer]. -Of course, it is recommend to use a "custom" `PdxSerializer` where possible given the performance implications of using -Java's Reflection functionality. +Of course, it is recommend to use a "custom" `PdxSerializer` where possible to maintain finer grained control over your +serialization strategy. Finally, Spring Data GemFire is careful not to convert your Function arguments if you really want to treat your Function arguments generically, or as one of GemFire's PDX types...