Package squidpony

The default conversion, compression, and storage classes are here; they delegate to the classes in squidpony.store.json.
  • Class Summary 
    Class Description
    DataCompressor
    A variant of DataConverter (and an extension of libGDX's Json class) that compresses its JSON output and reads compressed input.
    DataConverter
    Augmented version of LibGDX's Json class that knows how to handle various data types common in SquidLib.
    SquidStorage
    Helps games store information in libGDX's Preferences class as Strings, then get it back out.
    StringStringMap
    Created by Tommy Ettinger on 1/2/2017.