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/10 20:35:00 UTC

[jira] [Updated] (GEODE-7176) move static serialization methods to serializer/deserializer API

     [ https://issues.apache.org/jira/browse/GEODE-7176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bruce Schuchardt updated GEODE-7176:
------------------------------------
    Component/s: membership

> 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: membership, serialization
>            Reporter: Bruce Schuchardt
>            Priority: Major
>
> 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)