service_i.py
ofrak.service.serialization.service_i
SerializationServiceInterface (ABC)
Interface for a serialization service.
Note that the interface is currently tightly coupled with the PJSON implementation. This is because other parts of the code expect and process the PJSON format, so the serialization format can't be trivially replaced with another one at the moment.