[ https://issues.apache.org/jira/browse/GEODE-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16497606#comment-16497606 ]
ASF subversion and git services commented on GEODE-5190: -------------------------------------------------------- Commit 4ca100a3b783f25094ad6a8e43fe56af46c35a4a in geode-native's branch refs/heads/develop from Jacob Barrett [ https://gitbox.apache.org/repos/asf?p=geode-native.git;h=4ca100a ] GEODE-5190: Refactor Serializable into separate interfaces (#303) - Added DataSerializable - Added DataSerializableFixeId - Added DataSerializablePrimitive - Added DataSerializableInternal - Added IDataSerializable - Added IDataSerializableFixeId - Added IDataSerializablePrimitive - Added IDataSerializableInternal - Renamed IGeodeSerializable to ISerializable - Renamed IGeodeDelta to IDelta Co-authored-by: Ivan Godwin <igod...@pivotal.io> > Refractor Serializable into separate interfaces > ----------------------------------------------- > > Key: GEODE-5190 > URL: https://issues.apache.org/jira/browse/GEODE-5190 > Project: Geode > Issue Type: Improvement > Components: native client > Reporter: Ivan Godwin > Priority: Major > Labels: pull-request-available > Time Spent: 15.5h > Remaining Estimate: 0h > > Serializable currently is a jumble of interfaces from the Java versions of > DataSerializable, PdxSerializable, DataSerializableFixedId and some internal > serialization types. Let's split these into meaningful interfaces similar to > the Java interfaces so that implementations are inheriting methods that have > no meaning for the type of serialization they expect to perform. -- This message was sent by Atlassian JIRA (v7.6.3#76005)