-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The serialization structure for the configuration service was the first one to be implemented. At the beginning, all the serializing methods and data structures were included within the same file, since it was believed that it will not be necessary to implement a lot of source code lines for serialization.
Therefore, it is required to re-structure the serialization structures and methods within their own files, following the same structure as for the "models" sub-package. This has already been done for most of the other services and for the "compatibility" JRPC methods and keys within this configuration service.,