Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop
[JsonConverter]
from PartialDate
Otherwise, user (de)serialization of `PartialDate` objects will use our reader, effectively preventing serialization. No other changes should be needed; `PartialDate` is a not a top-level type in the MB API, so its reader is used directly by the readers for containing types. Fixes #28.
- Loading branch information