Uses of Package
squidpony.store.json

Packages that use squidpony.store.json 
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.
  • Classes in squidpony.store.json used by squidpony 
    Class 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.
  • Classes in squidpony.store.json used by squidpony.store.json 
    Class 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.