Skip to content

Instantly share code, notes, and snippets.

@AbhinavPradeep
Created December 12, 2019 23:36
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 AbhinavPradeep/5f65953889a547622872f17bca962a0b to your computer and use it in GitHub Desktop.
Save AbhinavPradeep/5f65953889a547622872f17bca962a0b to your computer and use it in GitHub Desktop.
namespace AuthorSerialize
{
public class Address
{
public string Country;
public string State;
public string Street;
public int HouseNum;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment