Package voldemort.serialization.json

Class Summary
JsonReader Read in JSON objects from a java.io.Reader
JsonTypeDefinition A Java collections object that represents the expected type
JsonTypeSerializer A serializer that goes from a simple JSON like object definition + an object instance to serialized bytes and back again.
JsonWriter Writes JSON Objects as String recognized by JsonReader
 

Enum Summary
JsonTypes An enum of JsonTypes (for convenience)
 

Exception Summary
EndOfFileException  
 



Jay Kreps