1 repo
Configuration rules to prevent code shrinking and obfuscation from breaking runtime functionality.
Distinguishing note: Focuses on protecting code integrity during production builds.
Explore 1 awesome GitHub repository matching security & cryptography · Code Obfuscation Protections. Refine with filters or upvote what's useful.
Gson is a Java library designed for the serialization and deserialization of objects into structured text formats. It functions as a reflection-based data mapper, inspecting class structures at runtime to automatically convert memory-resident objects into data representations and reconstruct them back into typed language objects. The library distinguishes itself through a modular type-adapter pattern that allows for custom conversion rules for complex or nested structures. It also provides robust support for production environments by generating build-time metadata and configuration rules, wh
Defines shrinking and obfuscation rules to ensure serialized classes remain accessible in production builds.