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
ProtoSerializationUtils is serializing the fully qualified class name, and rely on it to deserialize the object. This is not very maintainable, and will break whenever a class is moved (see #12837). It is also not efficient.