public class ApplicationReportSerDeser extends JsonSerDeser<SerializedApplicationReport>
SerializedApplicationReport| Constructor and Description |
|---|
ApplicationReportSerDeser() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toString(SerializedApplicationReport instance)
Convert an 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(SerializedApplicationReport 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.