Closed dominikkv closed 1 year ago
When a TValue is empty/null and it is serialized to Json, a NullPointerException occurs. This is because the serialization method does access the TypeInfo, which is null.
Thank you for your contribution, @dominikkv .
When a TValue is empty/null and it is serialized to Json, a NullPointerException occurs. This is because the serialization method does access the TypeInfo, which is null.