Merge: serialization: serialize the Error class and avoid abstract classes with...
authorJean Privat <jean@pryen.org>
Mon, 9 Nov 2015 15:39:16 +0000 (10:39 -0500)
committerJean Privat <jean@pryen.org>
Mon, 9 Nov 2015 15:39:16 +0000 (10:39 -0500)
This PR implements the serialization of the `Error` class manually, it is declared in `core` above the `serialization` module.

Also updates `nitserial` so that it does not attempt to instantiate abstract classes with factories.

@privat I have doubts about the use of `is_abstract` and `is_class`, is it appropriate?

Pull-Request: #1821
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge