Example #1
0
 public static byte[] Compress(string json)
 {
     return(CLZF.Compress(Encoding.UTF8.GetBytes(json)));
 }
Example #2
0
 public static byte[] CompressStringToBytes(string toEncrypt)
 {
     return(CLZF.Compress(Encoding.UTF8.GetBytes(toEncrypt)));
 }