public GossipDigestAck2Message deserialize(DataInputStream dis) throws IOException {
   Map<InetAddress, EndPointState> epStateMap = EndPointStatesSerializationHelper.deserialize(dis);
   return new GossipDigestAck2Message(epStateMap);
 }