« Previous | Next » 

Revision d6f05205

IDd6f052055a5009bb37eac5c69a6e6f63b053f423
Parent 8c337f87
Child 127266b4

Added by Petr Pudlak about 10 years ago

Create a data type for representing RPC compressed data

It is serialized as a JSON pair. The first element is a number
describing the compression type, the second element the actual data
(in this case Base64+Zlib encoded).

On the Python side it is decompressed by backend._Decompress.

Signed-off-by: Petr Pudlak <>
Reviewed-by: Klaus Aehlig <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences