Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
We want to make our code serializer-agnostic. To that end, Tang should have a static method like Tang.getDefaultSerializer()
Since not every serializer is guaranteed to provide human-readable output, Tang should also have another static method for that. We should be able to print configuration without creating an injector. i.e. we need a static method like Tang.toString(Configuration config, boolean prettyPrint)