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
I'm using .NET 8. When I'm trying to serialise the base type, it's crashing. I hoped it would just convert it to the AttributeText due to the PolyJsonConverter.
I'm using .NET 8. When I'm trying to serialise the base type, it's crashing. I hoped it would just convert it to the
AttributeText
due to thePolyJsonConverter
.This is my class
When I try to serialize it using the base class it crashes:
I've noticed it's recusively calling the
public override void Write(...)
method onPolyJsonConverter<T>
class.The text was updated successfully, but these errors were encountered: