public class ExceptionJsonSerializer extends java.lang.Object implements JsonSerializer
| Constructor and Description |
|---|
ExceptionJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
deserialize(org.json.JSONObject errorJSON) |
org.json.JSONObject |
serialize(java.lang.Throwable object) |
public java.lang.Throwable deserialize(org.json.JSONObject errorJSON)
deserialize in interface JsonSerializerpublic org.json.JSONObject serialize(java.lang.Throwable object)
serialize in interface JsonSerializerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.