Uses of Class
voldemort.serialization.json.JsonTypes

Packages that use JsonTypes
voldemort.serialization.json Classes associated with our custom binary JSON serializers 
 

Uses of JsonTypes in voldemort.serialization.json
 

Methods in voldemort.serialization.json that return JsonTypes
static JsonTypes JsonTypes.fromDisplay(java.lang.String name)
           
static JsonTypes JsonTypes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JsonTypes[] JsonTypes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu