public class ConfTreeSerDeser extends JsonSerDeser<ConfTree>
| Constructor and Description |
|---|
ConfTreeSerDeser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(ConfTree instance)
Convert a tree instance to a JSON string -sync access to a shared ser/deser
object instance
|
fromBytes, fromFile, fromInstance, fromJson, fromResource, fromStream, load, save, save, toJsonpublic static String toString(ConfTree instance) throws IOException, org.codehaus.jackson.JsonGenerationException, org.codehaus.jackson.map.JsonMappingException
instance - object to convertorg.codehaus.jackson.JsonParseException - parse problemsorg.codehaus.jackson.map.JsonMappingException - O/J mapping problemsIOExceptionorg.codehaus.jackson.JsonGenerationExceptionCopyright © 2014–2015 The Apache Software Foundation. All rights reserved.