Deceptio

Results 4 comments of Deceptio

Hi Thank you for your answer What do you mean with "I would assume deserialize Object.class or deserializeList of Object should give you what you want." Can you please show...

Thank you, very kind of you. Ok this one works: ```DslJson dslUnknown = new DslJson( new DslJson.Settings() .resolveReader(Settings.UNKNOWN_READER) .resolveWriter(Settings.UNKNOWN_WRITER) .includeServiceLoader()); ArrayList um1 = (ArrayList) dslUnknown.deserialize(Object.class, jsonObject, jsonObject.length); ``` Now I...

Sadly, this is not working either. It is very strange; it doesn't even press button 3! However, when I execute only one tap with button 3, it works. The behavior...

No one has been able to reproduce the behavior. I have tried again. Same behavior. Not even running the same code over and over again gives the same results. I...