Package org.alfresco.util.json
Class ExceptionJsonSerializer
- java.lang.Object
-
- org.alfresco.util.json.ExceptionJsonSerializer
-
- All Implemented Interfaces:
JsonSerializer<java.lang.Throwable,org.json.JSONObject>
public class ExceptionJsonSerializer extends java.lang.Object implements JsonSerializer<java.lang.Throwable,org.json.JSONObject>
-
-
Constructor Summary
Constructors Constructor Description ExceptionJsonSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwabledeserialize(org.json.JSONObject errorJSON)org.json.JSONObjectserialize(java.lang.Throwable object)
-
-
-
Method Detail
-
deserialize
public java.lang.Throwable deserialize(org.json.JSONObject errorJSON)
- Specified by:
deserializein interfaceJsonSerializer<java.lang.Throwable,org.json.JSONObject>
-
serialize
public org.json.JSONObject serialize(java.lang.Throwable object)
- Specified by:
serializein interfaceJsonSerializer<java.lang.Throwable,org.json.JSONObject>
-
-