Open cedvdb opened 1 day ago
json_codable currently check if there is a constructor with fromJson, no check is made for a static method.
In order to support override of a serialization method used for enums. This is a preliminary issue before adding enum support
Summary: Users request json_codable support for static fromJson methods. This allows overriding serialization for enums.
json_codable
fromJson
json_codable currently check if there is a constructor with fromJson, no check is made for a static method.
use case
In order to support override of a serialization method used for enums. This is a preliminary issue before adding enum support