Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SharedCache] Serialize
SharedCache::m_symbolInfos
`SharedCache::m_symbolInfos` isn't being serialized but there is an attempt to deserialize it. This commit adds in the code to serialize it. I slightly modified the format because I didn't really understand how it was expected to be serialized based on the deserialization code. The deserialization code looked wrong to me but its likely a misunderstanding on my part. I kept it similar to how `m_exportInfos` is serialized.