Method SaveToCompressedStream
SaveToCompressedStream(Stream)
Saves to compressed stream.
Declaration
public void SaveToCompressedStream(Stream aData)
Parameters
| Type | Name | Description | 
|---|---|---|
| Stream | aData | a data.  | 
    
Exceptions
| Type | Condition | 
|---|---|
| Exception | Can't use compressed functions. You need include the SharpZipLib and uncomment the define at the top of SimpleJSON  |