@override Timestamp deserialize(Uint8List payload) { return Timestamp(bytesToInt(payload.sublist(0, 4), 4)); }