Uses of Class
squidpony.store.json.JsonCompressor
Package | Description |
---|---|
squidpony |
The default conversion, compression, and storage classes are here; they delegate to the classes in
squidpony.store.json . |
-
Uses of JsonCompressor in squidpony
Subclasses of JsonCompressor in squidpony Modifier and Type Class Description class
DataCompressor
A variant ofDataConverter
(and an extension of libGDX'sJson
class) that compresses its JSON output and reads compressed input.