1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 23, 2025 — Feb 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Subtle changes to sponge plugin class. More... about 10 years ago
Now compiles against SpongeAPI 3.0.0 More... about 10 years ago
Updated to use Configurate 3.1 which should fix loading of empty lists. More... about 10 years ago
Fixed field mapping NPE when destination child mappable field is null. More... about 10 years ago
SerializerSet.getClassSerializer now uses generics. More... about 10 years ago
SerializerSet now takes Supplier<Serializer> rather than Serializer. This will allow consumers to provide a way to provide serializers rather than using the same instance every time. More... about 10 years ago
Added concept of class replacements to SerializerSet. More... about 10 years ago
Made the new SerializeWith thing usable..... More... about 10 years ago
Moved all SerializeWith serializer stuff to SerializerSet. This allows new SerializerSets to potentially draw from different instances for @SerializeWith. More... about 10 years ago
Custom serializers need to use a type key! More... about 10 years ago
Test example classes now use ObjectStringifier for toString More... about 10 years ago
Removed sout from ObjectStringifier. Woops. More... about 10 years ago
Some improvements for ObjectStringifier. More... about 10 years ago
Added ObjectStringifier to Logging module to help print out any object as a detailed string. More... about 10 years ago
Add comments to default configs. More... about 10 years ago
Corrected return type of setCommentsEnabled. More... about 10 years ago
Added method to enable/disable comments on a DataSource. More... about 10 years ago
Added defaulted serialize/deserialize methods to Serializer for convenience. More... about 10 years ago
Added special collection & map deserialization to DefaultSerializer. More... about 10 years ago
Fixed Custom serializers for tests. More... about 10 years ago
Generalized the GSON Long serializer and added a Double serializer for JSON. More... about 10 years ago
Made setting up custom serializers for a data source more robust. Also added a special Long serializer for gson. More... about 10 years ago
Added a method to create a SerializerSet builder that copies a custom set. More... about 10 years ago
More testing changes. CharacterSerializer and BigNumberSerializer now serializer as strings. More... about 10 years ago
Expanded Comprehensive object for testing. Need to fix a few things... More... about 10 years ago
Added more extensive testing. Need to More... about 10 years ago
Corrected error in CharacterSerializer. More... about 10 years ago
Added separate serializers for big numbers and atomic numbers. More... about 10 years ago
Added char/Character serializer to default set. More... about 10 years ago
Changed handling of language file. Removed language file setting. Now only uses locale, basing the file name off of the chosen locale. Unlocalized base version command info. More... about 10 years ago