This repository was archived by the owner on Mar 23, 2023. It is now read-only.
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
FEAT: Add converters specialization for common types #112
Open
Description
FEAT: Add more converters specialization
Rationale
More Converters specializations, would simplify usage of library.
Description
Converters which should be part of library:
- primitive types
- arrays of primitive types
- String
- Types, which implements Serializable interface
API Changes
New specializations of Converter