Bruce Schuchardt created GEODE-7176:
---------------------------------------

             Summary: move static serialization methods to 
serializer/deserializer API
                 Key: GEODE-7176
                 URL: https://issues.apache.org/jira/browse/GEODE-7176
             Project: Geode
          Issue Type: Sub-task
          Components: serialization
            Reporter: Bruce Schuchardt


DataSerializer, InternalDataSerializer and StaticSerialization have a lot of 
static methods for serializing this and that.  Many of these methods should be 
moved to the ObjectSerializer / ObjectDeserializer APIs in the 
geode-serialization subproject.  Things like 
writeArrayOfObjects()/readArrayOfObjects(), writeString()/readString(), etc.

A call has to be made on whether the methods of DataOutput and DataInput should 
also be part of these APIs and toData/fromData modified to no longer take a 
DataOutput/DataInput parameter.



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

Reply via email to