public class AggregateConfSerDeser extends JsonSerDeser<AggregateConf>
| Constructor and Description |
|---|
AggregateConfSerDeser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(AggregateConf 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(AggregateConf 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.