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