Package org.alfresco.util.json
Class ExceptionJsonSerializer
java.lang.Object
org.alfresco.util.json.ExceptionJsonSerializer
- All Implemented Interfaces:
JsonSerializer<Throwable,org.json.JSONObject>
public class ExceptionJsonSerializer
extends Object
implements JsonSerializer<Throwable,org.json.JSONObject>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(org.json.JSONObject errorJSON) Deprecated.org.json.JSONObject
-
Constructor Details
-
ExceptionJsonSerializer
public ExceptionJsonSerializer()
-
-
Method Details
-
deserialize
Deprecated.- Specified by:
deserializein interfaceJsonSerializer<Throwable,org.json.JSONObject>
-
serialize
- Specified by:
serializein interfaceJsonSerializer<Throwable,org.json.JSONObject>
-