Release 1.1.3
✨ Open up serialization to reduce clients from depending on jsons (#156) * ✨Open serialization methods to ensure consumers don't need jsons Internal serialization was not fully exposed. This prevented for instance to get objects that would normally be returned in an API. This ensures API's will not have to implement jsons. Added additional logic to handle keys that were getting placed within the deserialization. * 🆙 Raise version to 1.1.3