mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Mark as Serializable
This commit is contained in:
@ -50,7 +50,7 @@ import com.kingsrook.qqq.backend.core.utils.ValueUtils;
|
||||
** can pre-load entire tables or subsets of tables.
|
||||
**
|
||||
*******************************************************************************/
|
||||
public class RecordLookupHelper
|
||||
public class RecordLookupHelper implements Serializable
|
||||
{
|
||||
private Map<String, Map<Serializable, QRecord>> recordMaps;
|
||||
|
||||
|
Reference in New Issue
Block a user