Repository: geode
Updated Branches:
  refs/heads/develop fb14e9aab -> 5b67166cb


GEODE-2479 Remove docs reference to gemstone.com package


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/5b67166c
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/5b67166c
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/5b67166c

Branch: refs/heads/develop
Commit: 5b67166cb9d75c1936245c97ffe0e6031e60467b
Parents: fb14e9a
Author: Karen Miller <[email protected]>
Authored: Mon Feb 13 15:58:35 2017 -0800
Committer: Karen Miller <[email protected]>
Committed: Mon Feb 13 15:58:35 2017 -0800

----------------------------------------------------------------------
 .../data_serialization/auto_serialization.html.md.erb    | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/5b67166c/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
----------------------------------------------------------------------
diff --git 
a/geode-docs/developing/data_serialization/auto_serialization.html.md.erb 
b/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
index cdb63a8..cb347a9 100644
--- a/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
+++ b/geode-docs/developing/data_serialization/auto_serialization.html.md.erb
@@ -27,7 +27,7 @@ You can automatically serialize and deserialize domain 
objects without coding a
 You can also extend the ReflectionBasedAutoSerializer to customize its 
behavior. For example, you could add optimized serialization support for 
BigInteger and BigDecimal types. See [Extending the 
ReflectionBasedAutoSerializer](extending_the_autoserializer.html#concept_9E020566EE794A81A48A90BA798EC279)
 for details.
 
 **Note:**
-Your custom PDX autoserializable classes cannot use the `com.gemstone` 
package. If they do, the classes will be ignored by the PDX auto serializer.
+Your custom PDX autoserializable classes cannot use the `org.apache.geode` 
package. If they do, the classes will be ignored by the PDX auto serializer.
 
 <a id="auto_serialization__section_C69046B44729454F8CD464B0289EFDD8"></a>
 
@@ -130,12 +130,3 @@ For each domain class you provide, all fields are 
considered for serialization e
 **Note:**
 The `ReflectionBasedAutoSerializer` traverses the given domain object's class 
hierarchy to retrieve all fields to be considered for serialization. So if 
`DomainObjectB` inherits from `DomainObjectA`, you only need to register 
`DomainObjectB` to have all of `DomainObjectB` serialized.
 
--   **[Customizing Serialization with Class Pattern 
Strings](../../developing/data_serialization/autoserialization_with_class_pattern_strings.html)**
-
-    Use class pattern strings to name the classes that you want to serialize 
using Geode's reflection-based autoserializer and to specify object identity 
fields and to specify fields to exclude from serialization.
-
--   **[Extending the 
ReflectionBasedAutoSerializer](../../developing/data_serialization/extending_the_autoserializer.html)**
-
-    You can extend the `ReflectionBasedAutoSerializer` to handle serialization 
in a customized manner. This section provides an overview of the available 
method-based customization options and an example of extending the serializer 
to support BigDecimal and BigInteger types.
-
-

Reply via email to