You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2019. It is now read-only.
We are open for contributions; no one is actively working on implementing this, as far as I know.
The immediate problem is that of schema: Maps can contain any data, in any order, so question becomes how to support free-ranging data like this. It could perhaps be embedded in some form (JSON in CSV? Internal delimiters?).
although there are still open questions as to how column aspect would work. Perhaps such entries should be appended as last columns, similar to how Java (and C) varargs work.
My initial purpose was to serialize the following POJO class
public class Application {
String name;
String description;
// failed to serialize this member
HashMap <String, String> customAttr;
....
}
I came to know this is not supported at this moment, any ETA when it will be.
The text was updated successfully, but these errors were encountered: