We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 114dd16 commit 4a7f2bfCopy full SHA for 4a7f2bf
1 file changed
README.md
@@ -1 +1,33 @@
1
-# HashData
+## 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