interface JsonDeserializable<T : JsonException>
Classes that implements this interface should implement deserialization. See examples in: |
|
interface JsonSerializable
Classes that implements this interface should implement serialization. See examples in: |
abstract class JsonDetailedException : JsonException
Parent for detailed exceptions. |
|
abstract class JsonException : RuntimeException, JsonSerializable, JsonDeserializable<JsonException>
Parent of all exceptions for server-api. User: Kirill Date: 05.07.13 15:30 |