public class Json extends Object
| Modifier and Type | Class and Description | 
|---|---|
| static class  | Json.ReaderDatumReaderfor arbitrary Json data. | 
| static class  | Json.WriterDatumWriterfor arbitrary Json data. | 
| Modifier and Type | Field and Description | 
|---|---|
| static Schema | SCHEMAThe schema for Json data. | 
public static final Schema SCHEMA
public static void write(org.codehaus.jackson.JsonNode node,
         Encoder out)
                  throws IOException
IOExceptionpublic static org.codehaus.jackson.JsonNode read(Decoder in) throws IOException
IOExceptionCopyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.