Created
April 19, 2012 14:54
-
-
Save sherman/2421464 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JsonDecoder<Map<String, Object>> jsonDecoder = getInstance( | |
Key.<JsonDecoder<Map<String, Object>>>get(new TypeLiteral<JsonDecoder<Map<String, Object>>>(){}) | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment