Ejemplo n.º 1
0
 public void Deserialize(IDeserializer reader)
 {
     FrameNumber = reader.GetULong();
     Value       = reader.GetLong();
 }