Example #1
0
 public void Marshal(MMStream stream)
 {
     stream.WriteUInt64(id);
     stream.WriteBuf(statdata.getArray(), statdata.usedLength);
 }