| Package | Description |
|---|---|
| squidpony |
The default conversion, compression, and storage classes are here; they delegate to the classes in
squidpony.store.json. |
| squidpony.store.json |
Conversion, compression,and storage (to libGDX Preferences) using JSON as the stored type.
|
| Class and Description |
|---|
| JsonCompressor
A variant of
JsonConverter (and an extension of libGDX's Json class) that
compresses its JSON output and reads compressed input. |
| JsonConverter
Augmented version of libGDX's Json class that knows how to handle various data types common in SquidLib.
|
| JsonStorage
Helps games store information in libGDX's Preferences class as Strings, then get it back out.
|
| Class and Description |
|---|
| JsonConverter
Augmented version of libGDX's Json class that knows how to handle various data types common in SquidLib.
|
| JsonStorage
Helps games store information in libGDX's Preferences class as Strings, then get it back out.
|
Copyright © Eben Howard 2012–2022. All rights reserved.