You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (Jira)" <ji...@apache.org> on 2019/09/09 20:24:00 UTC

[jira] [Created] (GEODE-7175) Convert toData/fromData in other modules to use new serializers

Bruce Schuchardt created GEODE-7175:
---------------------------------------

             Summary: Convert toData/fromData in other modules to use new serializers
                 Key: GEODE-7175
                 URL: https://issues.apache.org/jira/browse/GEODE-7175
             Project: Geode
          Issue Type: Sub-task
          Components: serialization
            Reporter: Bruce Schuchardt


The serialization context API provides ObjectSerializer and ObjectDeserializer instances in toData/fromData methods for DataSerializableFixedID classes.  Most implementations of DataSerializableFixedID in geode-core and other subprojects are still using the old DataSerializer.writeObject/readObject API to read and write objects.  That should be changed to use the serialization context API.

DataSerializer.readObject() -> context.getDeserializer().readObject()
DataSerializer.writeObject() -> context.getSerializer.writeObject()



--
This message was sent by Atlassian Jira
(v8.3.2#803003)