Skip to content

Commit 4a7f2bf

Browse files
committed
Added some readme
1 parent 114dd16 commit 4a7f2bf

1 file changed

Lines changed: 33 additions & 1 deletion

File tree

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# HashData
1+
## HashData
2+
3+
Serialize and deserialize objects in Powershell with hashtable. Much like you can convert a object to JSON or use Export-CliXML (the .net way),
4+
we can use a hashtable string to store the object on disk.
5+
6+
The benefit is a really small footprint when you store the data on disk.
7+
8+
9+
## Implemented datatypes
10+
11+
> String
12+
13+
> Int
14+
15+
> Double
16+
17+
> Boolean
18+
19+
> DateTime
20+
21+
22+
## Status
23+
24+
Not published to the PowershellGallery yet!
25+
26+
27+
## Bloglink
28+
29+
Here is a link to a blogpost explaining stuff!
30+
31+
Cheers
32+
33+
Tore

0 commit comments

Comments
 (0)