Mark as Serializable

This commit is contained in:
2025-07-03 08:06:13 -05:00
parent 3183dd028f
commit 4788faae7d

View File

@ -50,7 +50,7 @@ import com.kingsrook.qqq.backend.core.utils.ValueUtils;
** can pre-load entire tables or subsets of tables. ** can pre-load entire tables or subsets of tables.
** **
*******************************************************************************/ *******************************************************************************/
public class RecordLookupHelper public class RecordLookupHelper implements Serializable
{ {
private Map<String, Map<Serializable, QRecord>> recordMaps; private Map<String, Map<Serializable, QRecord>> recordMaps;