-
-
Notifications
You must be signed in to change notification settings - Fork 238
Open
Description
I want to use this library in order to import/export csv files to/from a key-value database, I use HashMap<String, MyValueType> to store this data. This works fine for deserializing, however I just discovered that it was not supported for serializing, something which feels like an inconsistency in the library. This is a feature that I would appreciate.
sevro, Ablu, rongcuid, gliderkite, kylecarow and 6 more