Hannes Dorfmann

Results 270 comments of Hannes Dorfmann

Indeed, list are a special edge case. I'm rewriting the code generator right now and will consider that ...

its not implemented properly for lists. this will be fixed with a future snapshot release

No ETA :( I'm working on this parser while gradle is building ... But I don't think that this will be implemented until the end of February. If you want...

I'm not on my laptop right now and I'm not sure if it works, but this could work: ```java class RealmTypeAdapter extends TypeAdapter{ @Override public RealmList fromXml(XmlReader reader, TikXmlConfig config)...

```java public class RealmListTypeAdapter implements TypeAdapter

Thanks for the hint. Does that makes any difference regarding performance? Jake Wharton [email protected] schrieb am Mi., 1. Juni 2016, 16:56: > For example, this can be replaced with >...

It is, although it is not a bug. It's just for better code readability.

I have no clue 😄 I have to look at the code in more detail, but basically `DelegatingTypeAdapter` and `NestedChildElementBinder` should not be used anymore by the generated code and...

Sorry, I haven't had time to look into this. Not sure if I have time the next 2 weeks.