andrasferenczi
andrasferenczi
Intellij won't compile the erlang files into the out directory, so the only workaround is to do it manually. Create a file named `Emakefile` (without extension) and add this line:...
As far as I remember, you can select which variables you want to have serialized.
This issue has been here for a long time, so I just write my thoughts about this: I understand that it may be tiring to reselect the fields you want...
I don't understand what that is. If I understand correctly though that you want to convert between two classes that have the same fields, then you can just convert to...
I tried to create a similar thing when I was implementing a `spread operator` feature (remove since), as seen in this [.gif](https://github.com/andrasferenczi/dart-data-plugin/blob/master/img/dart-spread-usage.gif). The idea was that if a function or...
The original idea was to have non-null values in the field. Do you have a suggestion for what the generated code might look like?
> I do not plan on switching to the subscription-based version, but would purchase if the app has a paid version. I am planning to add lifetime purchase option once...
I've been thinking about this for quite some time, have a lot of thoughts about the topic of lifetime purchase and I'll try to keep this brief here. (Looks like...
I refrained from naming it `fromJson` / `toJson`, because the generation does not work recursively. Only the current top-level class properties are put into the map. The properties do not...
I think I am also in need of this feature right now. I am thinking of hardcoding `List` and `Map` and primitive types to be serialized in a specific way...