Types decorated with ExpandableObjectConverter
are serialized as strings
#1036
Replies: 1 comment 3 replies
-
what is the use case for overriding the ToString? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a type:
and it seems like the attribute with
ExpandableObjectConverter
makes Verify serialize objects of this type as a strings "Foo 1", "Foo 2", etc. instead of as a complex object. Because of this other properties are not persisted in the verified file.How can I disable this behaviour in Verify?
Beta Was this translation helpful? Give feedback.
All reactions