Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Created May 5, 2019 04:05
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 chriskuech/ac96677379466a61cdaa5d2d365bcefc to your computer and use it in GitHub Desktop.
Save chriskuech/ac96677379466a61cdaa5d2d365bcefc to your computer and use it in GitHub Desktop.
# Serialize
$listOfShallowObjects | Export-Csv "./listOfShallowObjects.csv"
# Deserialize
$listOfShallowObjects = Import-Csv "./listOfShallowObjects.csv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment