You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The struct cache should not have to learn the struct each time it unmarshals it (possibly recursively), just store the global struct name in a cache and retrieve it from there each time or create it once and put it there.
The struct cache should not have to learn the struct each time it unmarshals it (possibly recursively), just store the global struct name in a cache and retrieve it from there each time or create it once and put it there.