public void serialize(GossipDigestAck2Message gDigestAck2Message, DataOutputStream dos)
     throws IOException {
   /* Use the EndPointState */
   EndPointStatesSerializationHelper.serialize(gDigestAck2Message.epStateMap_, dos);
 }