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
Looks like MemoryPack does not support chained polymorhism.
This example would produce MemoryPackSerializationException upon calling the Serialize method.
As if the unions weren't confusing enough already, they require the concrete(non-abstract) implementations rather than just the classes that inherit from the specified interface/abstract class.
However, this code would work:
Looks like MemoryPack does not support chained polymorhism.
This example would produce MemoryPackSerializationException upon calling the Serialize method.
As if the unions weren't confusing enough already, they require the concrete(non-abstract) implementations rather than just the classes that inherit from the specified interface/abstract class.
However, this code would work:
The text was updated successfully, but these errors were encountered: