Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created June 24, 2022 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/2dfdffa796ee52fe9a987282519708e8 to your computer and use it in GitHub Desktop.
Save lgolubyev/2dfdffa796ee52fe9a987282519708e8 to your computer and use it in GitHub Desktop.
Base value = new Derived();
JsonSerializer.Serialize<Base>(value); // { "X" : 0, "Y" : 0 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment