mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +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.
|
** 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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user