summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/MetadataSerializable.cpp
AgeCommit message (Collapse)Author
2025-02-12[SharedCache] Fix crash when trying to deserialize a `routines_command_64` ↵Mason Reed
which had not been serialized. We will just return early, this is fine as the previous code would effectively do the same thing.
2024-12-10[SharedCache] Switch to SAX-based writer API for JSON serializationAuthor: Mark Rowe